export interface IPipelineStep { run(input: any): Promise; }