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