declare function utf8encode(string: any): string; declare function utf8decode(byteString: any): string; export declare const version = "2.1.2"; export declare const encode: typeof utf8encode; export declare const decode: typeof utf8decode; export {};