import "../interfaces";

export type LengthUnit = __esri.units.LengthUnit;
export type ElevationUnit = __esri.units.ElevationUnit;
export type AreaUnit = __esri.units.AreaUnit;
export type VolumeUnit = __esri.units.VolumeUnit;
export type AngleUnit = __esri.units.AngleUnit;
export type Unit = __esri.units.Unit;
export type MeasurementSystem = __esri.units.MeasurementSystem;
export type SystemOrAreaUnit = __esri.units.SystemOrAreaUnit;
export type SystemOrLengthUnit = __esri.units.SystemOrLengthUnit;
