/**
 * Constants used throughout the application
 */
/**
 * Context window limits (total input + output tokens) for different models
 * Note: These are the TOTAL context limits, not just output limits.
 * For example, GPT-4o has a 128K context window but may be limited to 16K output tokens.
 */
export declare const MODEL_CONTEXT_LIMITS: Record<string, number>;
