import type { ModelCatalog } from "./types.js"; /** * A deliberately coarse, editorial catalog of provider-native models. * * Buckets are relative to the current general-purpose frontier, not scores or * claims of exact capability. They are maintained from public provider * materials and leaderboards, including Artificial Analysis, without copying * or redistributing any third-party scores. */ export declare const MODEL_CATALOG: ModelCatalog;