export declare enum SwitchStatus {
    OFF = 0,
    ON = 1
}
