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