import { AbsoluteMotor } from "./absolutemotor.js"; import { IDeviceInterface } from "../interfaces.js"; /** * @class TechnicXLargeLinearMotor * @extends AbsoluteMotor */ export declare class TechnicXLargeLinearMotor extends AbsoluteMotor { constructor(hub: IDeviceInterface, portId: number); } //# sourceMappingURL=technicxlargelinearmotor.d.ts.map