import { IEntity } from './entity.ts'; import { IValueProperty } from './value-property.ts'; export declare function nrsrxTypeFilterCallBack(val: IEntity, _i: number, _arr: IEntity[]): boolean; export declare function nrsrxValuePropertyTypeFilterCallBack(val: IValueProperty, _i: number, _arr: IValueProperty[]): boolean; //# sourceMappingURL=nrsrx-filters.d.ts.map