export declare function bytesToHex(bytes: Uint8Array): string; export declare function hexToBytes(hex: string): Uint8Array; export declare function concatBytes(parts: Uint8Array[]): Uint8Array; export declare function randomBytes(length: number): Uint8Array;