import type { AnyObject, FilterConfig, FilterConfigGroup } from '../types'; export declare const isFilterConfigGroup: (item: FilterConfig) => item is FilterConfigGroup; export declare const getKeysWithDifferentValues: (a?: Values, b?: Values) => (keyof Values)[]; export declare const isSameValues: (a?: Values, b?: Values) => boolean; //# sourceMappingURL=helpers.d.ts.map