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