export declare type Nodes = { [method: string]: { json: any; fn: string; }; }; export declare type InputPorts = { [type: string]: { type: string; }; }; export declare type Defaults = { [key: string]: string; };