export declare const LEVELS: readonly ["level1", "level2", "level3"]; export declare const EFFORTS: readonly ["low", "medium", "high", "xhigh", "max"]; export declare const APIS: readonly ["openai-completions", "openai-responses", "openai-codex-responses", "azure-openai-responses", "anthropic-messages", "bedrock-converse-stream", "google-generative-ai", "google-gemini-cli", "google-vertex"]; export declare const INPUT_TYPES: readonly ["text", "image"]; export declare const THINKING_MODES: readonly ["effort", "budget", "google-level", "anthropic-adaptive", "anthropic-budget-effort"]; export declare const COMPAT_FIELDS: Set; export declare const COMPAT_STRING_ENUMS: { readonly maxTokensField: readonly ["max_completion_tokens", "max_tokens"]; readonly reasoningContentField: readonly ["reasoning_content", "reasoning", "reasoning_text"]; readonly thinkingFormat: readonly ["openai", "openrouter", "zai", "qwen", "qwen-chat-template"]; readonly cacheControlFormat: readonly ["anthropic"]; readonly toolStrictMode: readonly ["all_strict", "none"]; readonly promptCacheMode: readonly ["none", "automatic", "explicit"]; }; export declare const COMPAT_NUMBER_FIELDS: Set; export declare const COMPAT_RECORD_FIELDS: Set; export declare const PROVIDER_FIELDS: Set; export declare const MODEL_FIELDS: Set; export declare const MODEL_OVERRIDE_FIELDS: Set; export declare const THINKING_FIELDS: Set; export declare const COST_FIELDS: Set; export declare const TOP_LEVEL_FIELDS: Set; export declare const ENV_NAME: RegExp; export declare const PROVIDER_ID: RegExp; export declare const MODEL_COMPONENT: RegExp; //# sourceMappingURL=sdk-settings-constants.d.ts.map