import type { IDevice } from "../device.interface.js";
/**
 * Interface representing the Smartboard Climbing SmartBoard Pro device, extending the base Device interface.
 */
export interface ISmartBoardPro extends IDevice {
}
//# sourceMappingURL=smartboard-pro.interface.d.ts.map