import { type LLMProvider } from "../../config.js"; export declare const MODEL_CREDIT_COST: Record; export declare const CV_MODELS: { name: string; value: string; cost: number; careerVivid: boolean; }[]; export declare const BYO_MODELS: { name: string; value: string; cost: number; careerVivid: boolean; }[]; export declare function runAgentConfig(): Promise; export declare function promptForAgentModel(options?: any): Promise<{ selectedProvider: LLMProvider; selectedModel: string; thinkingBudget: number; apiKey?: string; }>; //# sourceMappingURL=configurator.d.ts.map