import { GraphQLScalarType } from "graphql";
export declare const NegativeFloatScalar = "scalar NegativeFloat";
export declare const NegativeFloat: GraphQLScalarType;
