/**
* Dimensionless unit (every base exponent is zero). Useful as the identity for unit
* multiplication/division.
* @type {NamedUnit}
*/exportconstDIMENSIONLESS: NamedUnit;
import { NamedUnit } from"../NamedUnit.js";
//# sourceMappingURL=DIMENSIONLESS.d.ts.map