import { GatewayCommand, GW_FRAME_CFM } from "./common.js";
export declare class GW_HOUSE_STATUS_MONITOR_DISABLE_CFM extends GW_FRAME_CFM {
    readonly Command: GatewayCommand.GW_HOUSE_STATUS_MONITOR_DISABLE_CFM;
}
