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