import { ZGCommand, ZGCommandCode } from '../command';
export declare class ZGGetDevicesListCommand implements ZGCommand {
    code: ZGCommandCode.GetDeviceList;
    label: string;
    constructor();
    getCode(): ZGCommandCode;
    getLabel(): string;
}
//# sourceMappingURL=get-devices-list.d.ts.map