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