/** Run Claude Code in --print mode. */ export declare function runClaude(prompt: string, cwd: string, timeoutMs?: number): Promise;