import type { Tool } from '../components/editor-tool-modal'; import { MarkerType } from './markers-service.options'; import * as i0 from "@angular/core"; export declare class CuiMarkersService { protected roles: Tool[]; protected tools: Tool[]; getMarkersByType(type: MarkerType): Tool[]; getMarkerObjectByType(type: MarkerType, id: string): Tool | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }