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