export declare class BASE64 { static encode(str: string): string; static decode(str: string): string; }