export declare enum Units {
    METERS = "m",
    MILLIMETERS = "mm"
}
