import { type IParallelEnumerable, type LimitedTypedData } from "../../types"; /** * @private Next Iteration for Parallel Enumerable */ export declare const nextIterationAsync: (source: IParallelEnumerable, onfulfilled: (x: TSource) => Promise) => LimitedTypedData;