import { tRange } from "../types/t.range";
export declare const selectedDay: (range: tRange, day: Date) => boolean;
export declare const isBetweenDates: (targetDate: Date, startDate: Date, endDate: Date) => boolean;
