import type { FilterSelectFlat } from "./use-filter-select";
export declare function isCompleteFilter(c: FilterSelectFlat): boolean;
