import { GraphQLScalarType } from "graphql";
export declare const HexadecimalScalar = "scalar Hexadecimal";
export declare const Hexadecimal: GraphQLScalarType;
