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