export declare function fromHex(hex: string): Uint8Array; export declare function toHex(buffer: Uint8Array): string; export declare function toHexSeparated(buffer: Uint8Array, separator?: string): string; export declare function toHexFormatted(buffer: Uint8Array): string; export declare function uint32ToHex(value: number): string; //# sourceMappingURL=hex.d.ts.map