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