import type CalendarType from "@ui5/webcomponents-base/dist/types/CalendarType.js"; /** * Returns a UTC timestamp representing today * @public */ declare const getTodayUTCTimestamp: (primaryCalendarType: `${CalendarType}`) => number; export default getTodayUTCTimestamp;