import { type IParallelEnumerable } from "../../types"; export declare const firstOrDefault: (source: IParallelEnumerable, predicate?: (x: TSource) => boolean) => Promise;