export declare const THINKING_LEVELS: readonly ["off", "minimal", "low", "medium", "high", "xhigh", "max"]; export type ThinkingLevel = (typeof THINKING_LEVELS)[number]; export declare function isThinkingLevel(value: unknown): value is ThinkingLevel; //# sourceMappingURL=thinking-level.d.ts.map