export declare class TextIO { static decode(bytes: number[]): string; static encode(text: string): number[]; }