import { BindControl, BindSocket } from './types'; import * as i0 from "@angular/core"; export declare class NodeService { bindSocket: BindSocket; bindControl: BindControl; setBindings(bindSocket: any, bindControl: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }