export declare class DataFlowNodeFactoryParams { Type: string; Data: any; Callback: (data: object) => void; }