/**
 * SI derived unit of electric resistance. 1 Ω = 1 V / A = 1 kg·m^2 / (s^3·A^2).
 * @type {NamedUnit}
 */
export const OHM: NamedUnit;
import { NamedUnit } from "../../NamedUnit.js";
//# sourceMappingURL=OHM.d.ts.map