import { GraphQLScalarType } from 'graphql';
export declare const GraphQLUnsignedFloat: GraphQLScalarType<any, any>;
