import { PreferenceSchema } from '@theia/core'; export declare const PREFERENCE_NAME_ENABLE_AI = "ai-features.AiEnable.enableAI"; export declare const PREFERENCE_NAME_ORCHESTRATOR_EXCLUSION_LIST = "ai-features.orchestrator.excludedAgents"; export declare const PREFERENCE_NAME_AGENT_MODE_ENABLED = "ai-features.agentMode.enabled"; export declare const aiIdePreferenceSchema: PreferenceSchema; //# sourceMappingURL=ai-ide-preferences.d.ts.map