/// /// import { Readable, Writable } from 'stream'; export declare function getCursorPosition({ stdin, stdout }: { stdin: Readable | NodeJS.ReadStream; stdout: Writable; }): Promise;