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