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