import type { UpdateOptions, UpdateResult } from './types.js'; export declare function updateProviderModels(options: UpdateOptions): Promise;