export default function <T = any>(arr: T[], callback: (p: T) => Promise<boolean>): Promise<T[]>;
//# sourceMappingURL=asyncFilter.d.ts.map