import type { ProviderSettings } from "../../../settings.js"; import type { AgentModelOverride } from "./agentTypes.js"; /** * Applies a model override to the provider list for an agent. * Returns a new ProviderSettings[] with the model field overridden on the resolved provider. * * Expects: providerId identifies the active provider; override may be null (passthrough). */ export declare function agentModelOverrideApply(providers: ProviderSettings[], override: AgentModelOverride | null | undefined, providerId: string | null): ProviderSettings[]; //# sourceMappingURL=agentModelOverrideApply.d.ts.map