import type { Temporal } from "@js-temporal/polyfill";
export type DateTimeDurationUnit = keyof Temporal.DurationLike;
