import { type BotConfig } from "../config/config.js"; export declare function ensureBotModelsJson(config?: BotConfig, agentDirOverride?: string): Promise<{ agentDir: string; wrote: boolean; }>;