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