export declare const base64Decode: (input: string) => string;
export declare const base64Encode: (input: string) => string;