import { TLLMModel, TLLMProvider } from '@smythos/sre';
import { TLLMInstanceParams } from './LLMInstance.class';
export declare function adaptModelParams(modelSettings: TLLMInstanceParams, fallbackProvider?: TLLMProvider, defaultSettings?: TLLMModel): TLLMInstanceParams;