import { Filter } from '../types/filter'; export declare function mergeFilters(filterA: Filter | null, filterB: Filter | null, strategy?: 'and' | 'or'): Filter | null; //# sourceMappingURL=merge-filters.d.ts.map