export declare function filterAsync(cb: (value: T, index: number, array: T[]) => Promise): (data: T[]) => Promise; //# sourceMappingURL=filter.function.d.ts.map