import { ContextKey } from '@theia/core/lib/browser/context-key-service'; export declare const DebugCallStackItemTypeKey: unique symbol; export type DebugCallStackItemTypeKey = ContextKey<'session' | 'thread' | 'stackFrame'>; //# sourceMappingURL=debug-call-stack-item-type-key.d.ts.map