import type UnitType from './unit-type.js'; export default function isUnitType(obj: unknown): obj is UnitType;