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