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