import { IContextKey, IScopedContextKeyService } from '@opensumi/ide-core-browser'; import { ContextKeyService } from '@opensumi/monaco-editor-core/esm/vs/platform/contextkey/browser/contextKeyService'; import { IContextKeyServiceTarget } from '@opensumi/monaco-editor-core/esm/vs/platform/contextkey/common/contextkey'; export declare class AINativeContextKey { private readonly globalContextKeyService; private _contextKeyService; readonly inlineChatIsVisible: IContextKey; readonly inlineCompletionIsTrigger: IContextKey; readonly inlineHintWidgetIsVisible: IContextKey; readonly inlineInputWidgetIsVisible: IContextKey; readonly inlineInputWidgetIsStreaming: IContextKey; readonly inlineDiffPartialEditsIsVisible: IContextKey; readonly codeEditsIsVisible: IContextKey; get contextKeyService(): IScopedContextKeyService | undefined; constructor(dom?: HTMLElement | IContextKeyServiceTarget | ContextKeyService); } //# sourceMappingURL=ai-core.contextkeys.d.ts.map