/** * Shared utility for validating thinking level strings. * Extracted from cli/args.ts (TUI-only, now deleted). */ import type { ThinkingLevel } from "../../agent-core/index.js"; export declare function isValidThinkingLevel(level: string): level is ThinkingLevel; //# sourceMappingURL=model-resolver-utils.d.ts.map