import { type IParallelEnumerable } from "../../types"; export declare const selectManyAsync: (source: IParallelEnumerable, selector: (x: TSource, index: number) => Promise>) => IParallelEnumerable;