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