import { OnInit } from '@angular/core'; import { ToolService } from '../../../service/tool.service'; export declare class ToolTraceComponent implements OnInit { private toolService; currentTool: any; traces: any[]; constructor(toolService: ToolService); ngOnInit(): void; queryTraceData(): Promise; }