import { GraphQLScalarType } from 'graphql';
declare const Json: GraphQLScalarType<any, any>;
declare const JsonObject: GraphQLScalarType<any, any>;
export { Json, JsonObject };
