/** * Should be called to get hex representation (prefixed by 0x) of utf8 string */ export declare function utf8ToHex(str: string): string;