import { DateRange } from '../../date.types'; export declare const findRangeByKey: (ranges: DateRange[], key: string) => DateRange | undefined;