import { ScheduleEventData } from '../../types'; export declare function isMultidayEvent(event: ScheduleEventData): boolean;