import { GraphQLScalarType } from "graphql";
export declare const NegativeIntScalar = "scalar NegativeInt";
export declare const NegativeInt: GraphQLScalarType;
