ToolImplementations
export type ToolImplementations = { readonly dragAndDrop: DragAndDropTool; readonly draw: DrawToolFactory; readonly events: EventsTool; readonly featureFactory: ApiFeatureFactory; readonly featureConverter: ApiFeatureConverter; readonly geometryEngine: GeometryEngineTool; readonly highlight: HighlightTool; readonly measurement: MeasurementTool; readonly report: ReportTool; readonly scale: ScaleTool; readonly transform: TransformTool; readonly zoom: ZoomTool;};