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