import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLJSONObjectConfig: GraphQLScalarTypeConfig; export declare const GraphQLJSONObject: GraphQLScalarType;