export declare function uint8ArrayToHexString(array: Uint8Array): string;
export default uint8ArrayToHexString;
