import type { MonthsWithout31DaysInt } from "./monthsWithout31DaysInt"; export type MonthsWithout31Days = `${MonthsWithout31DaysInt}`;