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