export declare const btoa: (input?: string) => string; export declare const atob: (input?: string) => string;