import type { DateTime } from '@gravity-ui/date-utils'; import type { RangeValue } from "../../types/index.js"; export declare function isValidRange({ start, end }: RangeValue): boolean;