import { PureModel } from '../PureModel'; export declare type TFilterFn = (item: PureModel, index: number, arr: Array) => boolean;