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