export declare function to_base64(s: string): string; export declare function from_base64(s: string): string;