import { IGoCurveAuxiliary } from "./go_curve_auxiliary"; /** The Geotab GO6 device. Additional properties can be seen in . */ export interface IGo6 extends IGoCurveAuxiliary { } //# sourceMappingURL=i_go6.d.ts.map