export declare const uint8ArrayToHex: (arr: Uint8Array) => string;
