import type { IntEven } from "./intEven"; import type { IntOdd } from "./intOdd"; export type Int = IntEven | IntOdd;