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