export declare const Txt: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array; }; /** @deprecated renamed to `Txt` */ export declare const Text: { string(bytes: Uint8Array): string; bytes(string: string): Uint8Array; };