import type { InterviewArgs } from "../args.js"; export declare function runInterview(args: InterviewArgs): Promise;