import { type IAsyncParallel, type IParallelEnumerable } from "../../types"; export declare const skipWhile: (source: IAsyncParallel, predicate: (x: TSource, index: number) => boolean) => IParallelEnumerable;