import { ContextKey, ContextKeyService } from '@theia/core/lib/browser/context-key-service'; export declare class ViewContextKeyService { protected _viewItem: ContextKey; get viewItem(): ContextKey; protected _activeViewlet: ContextKey; get activeViewlet(): ContextKey; protected _activePanel: ContextKey; get activePanel(): ContextKey; protected _activeAuxiliary: ContextKey; get activeAuxiliary(): ContextKey; protected _focusedView: ContextKey; get focusedView(): ContextKey; protected readonly contextKeyService: ContextKeyService; protected init(): void; match(expression: string | undefined): boolean; } //# sourceMappingURL=view-context-key-service.d.ts.map