import { Peripheral } from "@stoprocent/noble"; import { IBLEAbstraction } from "../interfaces.js"; import { LPF2Hub } from "./lpf2hub.js"; /** * The MoveHub is emitted if the discovered device is a Move Hub. * @class MoveHub * @extends LPF2Hub * @extends BaseHub */ export declare class MoveHub extends LPF2Hub { static IsMoveHub(peripheral: Peripheral): boolean; constructor(device: IBLEAbstraction); connect(): Promise; protected _checkFirmware(version: string): void; } export declare const PortMap: { [portName: string]: number; }; //# sourceMappingURL=movehub.d.ts.map