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