export declare class Base64Client { static encode(data: string): string; static decode(data: string): string; }