import { ColumnJSON } from '../types'; /** * Returns true when the column set (dimensions + measures) is identical between * new and prior queryState — the only change is in filters/highlights. */ export declare function isFilterOnlyChange(newCols: ColumnJSON[], priorCols: ColumnJSON[]): boolean;