export declare function topAsync(iterable: AsyncIterable, num: number, compare: (a: Awaited, b: Awaited) => number): Promise>>;