import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLUUIDConfig: GraphQLScalarTypeConfig<string, string>;
export declare const GraphQLUUID: GraphQLScalarType<string, string>;
