import { DateRange } from '../types/Date'; export declare const isOnlyOneDateInRange: (range: DateRange) => boolean;