type TPeriod = Readonly<{ from: TReadonlyDate; to: TReadonlyDate; }>; export declare const isRangeIntersection: (range: TPeriod, intersectionRange: TPeriod) => boolean; export {};