export declare const encode: (str: string) => string; export declare const decode: (str: string) => string; //# sourceMappingURL=base64.d.ts.map