import { ContextKeyService, ContextKey } from '@theia/core/lib/browser/context-key-service'; export declare class CommentsContext { protected readonly contextKeyService: ContextKeyService; protected readonly contextKeys: Set; protected _commentIsEmpty: ContextKey; protected _commentController: ContextKey; protected _comment: ContextKey; get commentController(): ContextKey; get comment(): ContextKey; get commentIsEmpty(): ContextKey; protected init(): void; } //# sourceMappingURL=comments-context.d.ts.map