export declare function writeText(s: string): Promise<void>;
export declare function readText(): Promise<string>;
