import { DateRange, Matcher } from "../Date.typeutils"; export declare function isMatch(day: Date, matchers: Matcher[]): boolean; export declare function isDateInRange(date: Date, range: DateRange): boolean;