import { GatewayCommand, GW_FRAME_REQ } from "./common.js";
export declare class GW_HOUSE_STATUS_MONITOR_DISABLE_REQ extends GW_FRAME_REQ {
    readonly Command: GatewayCommand.GW_HOUSE_STATUS_MONITOR_DISABLE_REQ;
    constructor();
}
