export declare function toHex(bytes: Uint8Array): string;
export declare function utf8ToBytes(str: string): Uint8Array;
export declare function strToBytes(str: string): Uint8Array;
//# sourceMappingURL=hex.d.ts.map