export function encode(text: string): Uint8Array;
export function decode(bytes: Uint8Array): string;
//# sourceMappingURL=utf8.d.ts.map