import { CoreServices, NodeBase } from '4sure-wilo'; import { ActivatedRoute } from '@angular/router'; export declare class WorkflowNodeComponent extends NodeBase { constructor(svc: CoreServices, route: ActivatedRoute); }