import type { IDevice } from "../device.interface.js";
/**
 * Interface representing the Smartboard Climbing mySmartBoard device, extending the base Device interface.
 */
export interface ImySmartBoard extends IDevice {
}
//# sourceMappingURL=mysmartboard.interface.d.ts.map