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