/**
 * AIWG Model Catalog
 *
 * Living database of AI models across providers with:
 * - Auto-refresh from public sources (Anthropic, OpenRouter, LiteLLM)
 * - Custom model registration
 * - Deprecation tracking
 * - Capability metadata
 *
 * @module catalog
 */
export * from './types.js';
//# sourceMappingURL=index.d.ts.map