import { Device } from "../device.model";
import type { ImySmartBoard } from "../../interfaces/device/mysmartboard.interface";
/**
 * Represents a Smartboard Climbing mySmartBoard device.
 * TODO: Add services, do you own a mySmartBoard? Help us!
 * {@link https://www.smartboard-climbing.com}
 */
export declare class mySmartBoard extends Device implements ImySmartBoard {
    constructor();
}
