export declare function getRandomBytes(buf: Uint8Array): Promise; export declare function bytesToHex(bytes: Uint8Array): string; export declare function bytesFromHex(hex: string): Uint8Array; //# sourceMappingURL=util-browser.d.ts.map