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