declare function runInteractiveShell(command: string[], options?: { cwd?: string; cols?: number; rows?: number; }): Promise; export { runInteractiveShell };