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