import type NumberUnit from './number-unit.js'; export default function isNumberUnit(obj: unknown): obj is NumberUnit;