import type { Int } from "../int/int"; export type HoursAmInt = Int | 10 | 11 | 12;