import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLJSONConfig: GraphQLScalarTypeConfig; export declare const GraphQLJSON: GraphQLScalarType;