import type { BaseAdapter } from './adapter.js'; export declare abstract class AdapterFactory { static createAdapter(model: string, baseUrl: string, headers: Record, apiKey: string): BaseAdapter; } //# sourceMappingURL=adapter-factory.d.ts.map