import { GraphQLScalarType } from "graphql";
export declare const JSONString: GraphQLScalarType<any, any>;
