import { TachoMotor } from "./tachomotor.js"; import { IDeviceInterface } from "../interfaces.js"; /** * @class MoveHubMediumLinearMotor * @extends TachoMotor */ export declare class MoveHubMediumLinearMotor extends TachoMotor { constructor(hub: IDeviceInterface, portId: number); } //# sourceMappingURL=movehubmediumlinearmotor.d.ts.map