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