export declare class Uint8Arrays { static toBase64(bytes: Uint8Array): string; }