export interface IPipeline { run(input: InputType): OutputType; }