export declare function toUTF8Array(str: string): any[];
export declare function fromUTF8Array(data: number[]): string;
