import type { ModelCacheState } from "../plugin-state"; export declare function applyProviderConfig(params: { config: Record; modelCacheState: ModelCacheState; }): void;