import type { DoubleDigitInt } from "./doubleDigitInt"; export type DoubleDigit = `${DoubleDigitInt}`;