import { GraphQLScalarType } from "graphql";
export declare const UnsignedIntScalar = "scalar UnsignedInt";
export declare const UnsignedInt: GraphQLScalarType;
