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