export declare function base64Encode(val: string): string;
export declare function base64Decode(val: string): string;
//# sourceMappingURL=base64.d.ts.map