import type { RefinementCtx } from 'zod'; type DateRange = { from?: Date | null; to?: Date | null; }; export declare const superRefineFromTo: ({ from, to }: DateRange, context: RefinementCtx) => void; export {}; //# sourceMappingURL=refinements.d.ts.map