import { IContextKeyService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service"; import { IChatAgentService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/participants/chatAgents.service"; export declare class TerminalChatEnabler { static Id: string; private readonly _ctxHasProvider; private readonly _store; constructor(chatAgentService: IChatAgentService, contextKeyService: IContextKeyService); dispose(): void; }