import type { Model } from './types.js'; export declare class ArtificialAnalysisAPI { private apiKey; constructor(apiKey: string); fetchModels(): Promise; } //# sourceMappingURL=api.d.ts.map