export declare const filterAsync: >(items: T[], predicate: (param: T) => Promise) => Promise;