import type { GraphQLScalarType } from '../graphql'; import GraphQLDate from './date'; import GraphQLBuffer from './buffer'; declare const GraphQLJSON: GraphQLScalarType; declare const GraphQLJSONObject: GraphQLScalarType; export { GraphQLDate, GraphQLBuffer, GraphQLJSON, GraphQLJSONObject }; //# sourceMappingURL=index.d.ts.map