export declare const partitionAsync: (source: Iterable, predicate: (x: TSource) => Promise) => Promise<[pass: TSource[], fail: TSource[]]>;