import { GraphQLScalarType } from 'graphql';
export { GraphQLJSON } from 'graphql-type-json';
export declare const GraphQLCursor: GraphQLScalarType;
export declare const GraphQLBigInt: GraphQLScalarType;
export declare const GraphQLDateTime: GraphQLScalarType;
export declare const GraphQLDate: GraphQLScalarType;
export declare const GraphQLTime: GraphQLScalarType;
export declare const GraphQLUpload: GraphQLScalarType;
