import type { OpUnitType } from 'dayjs'; export declare function compareDates(date1: Date, date2: Date, startOf?: OpUnitType): number;