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