import { ContextKeyService, ContextKey } from '@theia/core/lib/browser/context-key-service'; export declare class ScmContextKeyService { protected readonly contextKeyService: ContextKeyService; protected _scmProvider: ContextKey; get scmProvider(): ContextKey; protected _scmResourceGroup: ContextKey; get scmResourceGroup(): ContextKey; protected _scmResourceGroupState: ContextKey; get scmResourceGroupState(): ContextKey; protected _scmProviderCount: ContextKey; get scmProviderCount(): ContextKey; protected init(): void; match(expression: string | undefined): boolean; } //# sourceMappingURL=scm-context-key-service.d.ts.map