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