interface ShellArgs { agent?: string; cwd?: string; name?: string; } /** * `loopsy shell` — start a new long-lived PTY managed by the daemon and * attach the current terminal to it. The session survives detach (Ctrl-A * D) and can be picked up later by another local terminal or by the * paired iOS app. */ export declare function shellCommand(argv: ShellArgs): Promise; export {}; //# sourceMappingURL=shell.d.ts.map