import { GraphQLScalarType } from 'graphql';
export declare const GraphQLNonPositiveFloat: GraphQLScalarType<number, number>;
