export declare const Base64: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array; random(count?: number): string; };