import { type ModelOptions, type ModelOptionsInfo, Providers } from "./types.js";
export declare function getOptions(model: string, provider?: string | Providers, options?: ModelOptions): ModelOptionsInfo;
//# sourceMappingURL=options.d.ts.map