/** * start_interview tool — launches a live `cv interview` session * from within the agent REPL. * * The tool spawns the interview subprocess with the terminal attached * (stdio: "inherit") so the user gets the full interactive voice/text * experience without leaving the agent session. When the interview ends * the agent picks up again and can discuss results, next steps, etc. */ import { Tool } from "../Tool.js"; export declare const StartInterviewTool: Tool; export declare const ALL_INTERVIEW_TOOLS: Tool[]; //# sourceMappingURL=interview.d.ts.map