import { IPSODevice } from "./ipsoDevice";
export declare class PlugSetting extends IPSODevice {
    onOff: boolean;
}
