import { r as KlawConfig } from "../types.klaw-xKUw_Rz7.js"; import { n as PluginMetadataSnapshot } from "../plugin-metadata-snapshot.types-anGYoD3P.js"; //#region src/agents/models-config.d.ts declare function ensureKlawModelsJson(config?: KlawConfig, agentDirOverride?: string, options?: { pluginMetadataSnapshot?: Pick; workspaceDir?: string; providerDiscoveryProviderIds?: readonly string[]; providerDiscoveryTimeoutMs?: number; providerDiscoveryEntriesOnly?: boolean; }): Promise<{ agentDir: string; wrote: boolean; }>; //#endregion export { ensureKlawModelsJson };