export declare const base64: { encode: (str: string) => string; decode: (str: string) => string; };