import { Container } from "@caupulican/pi-tui"; import type { ModelSuggestion } from "../../../core/models/default-model-suggestions.ts"; /** * Picker over the validated local-model roster: the user chooses a suggestion instead of retyping * a ref, and the caller then installs it, probes it on THIS host, and lands its shaped role * pre-selected. Non-tool-callers are marked so the executor role reads as the footgun it is. */ export declare class ModelSuggestionSelectorComponent extends Container { private selectList; constructor(suggestions: readonly ModelSuggestion[], onSelect: (suggestion: ModelSuggestion) => void, onCancel: () => void); handleInput(data: string): void; } //# sourceMappingURL=model-suggestion-selector.d.ts.map