export declare const base64: { decode: (value: string) => string; encode: (value: string) => string; }; //# sourceMappingURL=base64.d.ts.map