/** * Created by ztt on 2018/9/21. */ export declare class Base64 { keyStr: string; static decode(str: string): string; static encode(str: string): string; decode(input: string): string; encode(input: string): string; private _utf8_decode; } //# sourceMappingURL=base64.d.ts.map