import { SelectionService } from '@theia/core/lib/common/selection-service'; import { SelectionCommandHandler } from '@theia/core/lib/common/selection-command-handler'; import { Marker } from '../../common/marker'; export interface ProblemSelection { marker: Marker; } export declare namespace ProblemSelection { function is(arg: unknown): arg is ProblemSelection; class CommandHandler extends SelectionCommandHandler { constructor(selectionService: SelectionService, options: SelectionCommandHandler.Options); } } //# sourceMappingURL=problem-selection.d.ts.map