import { ContextKeyService, ContextKey } from '@gedit/application-common/lib/browser'; export declare class PlaygroundContextKeyService { protected readonly contextKeyService: ContextKeyService; protected _playgroundFocus: ContextKey; get playgroundFocus(): ContextKey; protected init(): void; } //# sourceMappingURL=playground-context-key-service.d.ts.map