export declare function toUtf8(str: string): Uint8Array;
export declare function fromUtf8(data: Uint8Array): string;
