import { RotationColumn } from '../../model'; import { InlineMarkerData } from './types'; export declare const dayShiftDate: (date: Date, days: number) => Date; export declare const detectGap: (start: Date, end: Date) => boolean; export declare const generateMarkerData: (rotationColumns: RotationColumn[]) => InlineMarkerData[];