import { AgencyEmployee, Article, Branch, Property } from '../models'; import { PropertyRules, PropertyListRules } from '../state'; import { Search } from '../search'; /** * Returns true if all rules in a page configuration match data object, else false. */ export default function matchConfigByRules(rules: PropertyRules | PropertyListRules | undefined, data: Property | Article | Branch | AgencyEmployee | Search | undefined): boolean; //# sourceMappingURL=match-config-by-rules.d.ts.map