export declare class Base64 { static encode(filePath: string): Promise; static decode(encoded: string, filePath?: string): Promise; }