export declare enum SpeedUnit {
    KM_H = 0,
    MI_H = 1
}
//# sourceMappingURL=speedUnit.d.ts.map