import { type IParallelEnumerable } from "../../types"; export declare const prepend: (source: IParallelEnumerable, element: TSource) => IParallelEnumerable;