export declare function spanAll<T>(predicate: (t: T) => boolean): (source: AsyncIterable<T>) => AsyncIterableIterator<AsyncIterable<T>>;
