import { Peripheral } from "@stoprocent/noble"; import { LPF2Hub } from "./lpf2hub.js"; import { IBLEAbstraction } from "../interfaces.js"; /** * The DuploTrainBase is emitted if the discovered device is a Duplo Train Base. * @class DuploTrainBase * @extends LPF2Hub * @extends BaseHub */ export declare class DuploTrainBase extends LPF2Hub { static IsDuploTrainBase(peripheral: Peripheral): boolean; constructor(device: IBLEAbstraction); connect(): Promise; } export declare const PortMap: { [portName: string]: number; }; //# sourceMappingURL=duplotrainbase.d.ts.map