import "../interfaces"; export type LengthUnit = __geoscene.units.LengthUnit; export type ElevationUnit = __geoscene.units.ElevationUnit; export type AreaUnit = __geoscene.units.AreaUnit; export type VolumeUnit = __geoscene.units.VolumeUnit; export type AngleUnit = __geoscene.units.AngleUnit; export type Unit = __geoscene.units.Unit; export type MeasurementSystem = __geoscene.units.MeasurementSystem; export type SystemOrAreaUnit = __geoscene.units.SystemOrAreaUnit; export type SystemOrLengthUnit = __geoscene.units.SystemOrLengthUnit;