import type { AsyncPredicate } from '../types.js'; export declare function pFilter(iterable: Iterable, filterFn: AsyncPredicate): Promise;