import { Node } from "../../types.service"; import * as i0 from "@angular/core"; export declare class NodeService { API: any; constructor(apiInjected: any); updateNode(input: any): Promise; deleteNode(id: string): Promise; getNode(id: string): Promise; createNode(input: Node): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }