/**
 * @fileoverview Aggregates all provider model configurations
 */
import { EnhancedModelMapping } from '../types';
/**
 * Enhanced model map with comprehensive metadata.
 * This is the source of truth for all model configurations.
 */
export declare const ENHANCED_MODEL_MAP: Record<string, EnhancedModelMapping>;
