/**
 * SI derived unit of force. 1 N = 1 kg·m / s^2.
 * @type {NamedUnit}
 */
export const NEWTON: NamedUnit;
import { NamedUnit } from "../../NamedUnit.js";
//# sourceMappingURL=NEWTON.d.ts.map