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