import type { PredicateFn } from '../types/functions/mod'; export interface Any { (fn: PredicateFn, iter: AsyncIterable): Promise; (fn: PredicateFn): (iter: AsyncIterable) => Promise; } export declare const any: Any; //# sourceMappingURL=any.d.ts.map