import { z } from 'zod'; export declare const filterItemSchema: z.ZodObject<{ columnId: z.ZodString; type: z.ZodString; operator: z.ZodString; values: z.ZodArray; }, "strip", z.ZodTypeAny, { columnId: string; type: string; operator: string; values: unknown[]; }, { columnId: string; type: string; operator: string; values: unknown[]; }>; export declare const filtersArraySchema: z.ZodArray; }, "strip", z.ZodTypeAny, { columnId: string; type: string; operator: string; values: unknown[]; }, { columnId: string; type: string; operator: string; values: unknown[]; }>, "many">; export type FiltersState = z.infer; //# sourceMappingURL=filters.d.ts.map