export function fromUTF8(value: Uint8Array): Iterable<string>;
export function toUTF8(text: string): Iterable<Uint8Array>;
//# sourceMappingURL=utf8.d.ts.map