//#region packages/date/getEndOfDay.d.ts declare function getEndOfDay(date?: Date): Date; //#endregion export { getEndOfDay as t };