export declare function parallel_run(xs: T[], f: (data: T) => Promise, n_partition: number): Promise;