export declare const filterIndex: (arr: any[], fn: (item: any, index: number) => any) => any;