/** * Returns today's date with time set to midnight. * This is useful for comparisons that should ignore the time component. * @returns {Date} Today's date at 00:00:00 */ export declare const getTodayDate: () => Date;