import { DataFlowOutput } from './DataFlowOutput'; export declare class DataFlow { Description?: string; ID?: string; PreventEditing?: boolean; Lookup?: string; ModulePacks?: string[]; ModuleSettings?: { [moduleId: string]: any; }; Name?: string; Output?: DataFlowOutput; } //# sourceMappingURL=DataFlow.d.ts.map