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