export declare class Device {
    readonly name: string;
    constructor(name: string);
    static readonly LNS = "nanoS";
    static readonly LNX = "nanoX";
    static readonly LNSP = "nanoSP";
}
//# sourceMappingURL=Device.d.ts.map