export declare const Int8ToHex: (value: number) => string;
export declare const Int16ToHex: (value: number) => string;
export declare const Int32ToHex: (value: number) => string;
export declare const Int64ToHex: (value: bigint) => string;
export declare const UInt8ToHex: (value: number) => string;
export declare const UInt16ToHex: (value: number) => string;
export declare const UInt32ToHex: (value: number) => string;
export declare const UInt64ToHex: (value: bigint) => string;
export declare const Float32ToHex: (value: number) => string;
//# sourceMappingURL=NumberToHex.d.ts.map