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