import { type IParallelEnumerable } from "../../types"; export declare const skip: (source: IParallelEnumerable, count: number) => IParallelEnumerable;