import type { GraphQLSchema } from "graphql";
export declare function string(scalarName: string): (schema: GraphQLSchema) => GraphQLSchema;
