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