import { IUnitOfMeasureSystem } from "../engine/unit_of_measure_system"; /** Represents the unit of measure for force. */ export interface IUnitOfMeasureNewtons extends IUnitOfMeasureSystem { /** Gets the singleton instance. */ value: IUnitOfMeasureNewtons; } //# sourceMappingURL=unit_of_measure_newtons.d.ts.map