export default class DPipeparallel { __list: any[]; constructor(); add(_task?: any): this; clear(): this; wait(): Promise[]>; }