export declare function base64encode(str: string): string; export declare function base64decode(str: string): string; export declare function utf16to8(str: string): string; export declare function utf8to16(str: string): string;