import { PreferenceSchema } from '@theia/core'; export declare const API_KEY_PREF = "ai-features.anthropic.AnthropicApiKey"; export declare const MODELS_PREF = "ai-features.anthropic.AnthropicModels"; export declare const CUSTOM_ENDPOINTS_PREF = "ai-features.anthropicCustom.customAnthropicModels"; export declare const SERVER_SIDE_COMPACTION_PREF = "ai-features.anthropic.serverSideCompaction"; export declare const SERVER_SIDE_COMPACTION_TOKEN_THRESHOLD_PREF = "ai-features.anthropic.serverSideCompactionTokenThreshold"; export declare const AnthropicPreferencesSchema: PreferenceSchema; //# sourceMappingURL=anthropic-preferences.d.ts.map