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