export declare const encodeBase64: (content: string) => string; export declare const decodeBase64: (base64Content: string) => string;