/** * OpenRouter Interactive Model Picker * CLI interface for browsing and selecting OpenRouter models */ export interface OpenRouterSelection { model: string; tierMapping?: { opus?: string; sonnet?: string; haiku?: string; }; } /** Interactive model picker */ export declare function pickOpenRouterModel(): Promise; //# sourceMappingURL=openrouter-picker.d.ts.map