import { ExecuteOptions } from './types/ExecuteOptions';
import { ExecuteResult } from './types/ExecuteResult';
/**
 * Executes Claude CLI command with PTY support.
 * Automatically exits after 10 seconds of no output.
 */
export declare function executeClaudeCommand(options: ExecuteOptions): Promise<ExecuteResult>;
//# sourceMappingURL=executeClaudeCommand.d.ts.map