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