/** 判断是否是同一天 */
export declare const isSameDate: (date: Date, compareDate: Date) => boolean;
