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