export declare function hex2base64(input: string): string; export declare function base642hex(input: string): string; export declare function utf82base64(input: string): string; export declare function base642utf8(input: string): string; //# sourceMappingURL=base64.d.ts.map