import type { OmpModelsConfig, OmpModelLevel, OmpLevelOverride, OmpSdkAuth } from './sdk-settings-types'; export declare function normalizeModelsConfig(value: unknown, auth?: OmpSdkAuth): OmpModelsConfig; export declare function validateSelectedProviderAuth(levels: Readonly>, modelsConfig: OmpModelsConfig, auth: OmpSdkAuth): void; //# sourceMappingURL=sdk-settings-model.d.ts.map