export default function filterAsync(array: any[], filter: any): any[];
