export declare const encodeToBase64: (str: string) => string; export declare const decodeFromBase64: (str: string) => string;