import { DateFilterValue } from "./filter-value.interface"; export declare function validDateFilterValue(value: DateFilterValue): boolean;