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