export declare const btoa: (dec?: string) => string | undefined; export declare const atob: (enc?: string) => string | undefined; export declare const removePadding: (str?: string) => string | undefined;