import { OnInit } from '@angular/core'; export declare class ToolManagerComponent implements OnInit { code: any; constructor(); ngOnInit(): void; }