export declare function fromUTF8Array(data: BufferSource): string;
export declare function toUTF8Array(str: string): Uint8Array;
