import { GraphQLScalarType } from 'graphql';
declare const GraphQLUUID: GraphQLScalarType;
export { GraphQLUUID, };
