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