import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLNonNegativeIntConfig: GraphQLScalarTypeConfig; export declare const GraphQLNonNegativeInt: GraphQLScalarType;