export declare const asyncFilter: <T>(array: T[], predicate: (t: T, i: number) => Promise<boolean>) => Promise<T[]>;
//# sourceMappingURL=async-filter.function.d.ts.map