import { IPty } from 'node-pty';
/**
 * Spawns a Claude CLI process with PTY support.
 */
export declare function spawnClaudePty(cwd: string, command: string, args: string[]): IPty;
//# sourceMappingURL=spawnClaudePty.d.ts.map