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