import { HttpException } from '@nestjs/common'; export declare class Zigbee2mqttConnectionException extends HttpException { constructor(host: string, reason: string); } export declare class Zigbee2mqttCommandException extends HttpException { constructor(deviceName: string, command: string, reason: string); } export declare class Zigbee2mqttDeviceNotFoundException extends HttpException { constructor(identifier: string); } export declare class Zigbee2mqttBridgeOfflineException extends HttpException { constructor(); } export declare class DevicesZigbee2mqttException extends HttpException { constructor(message: string); } export declare class DevicesZigbee2mqttNotFoundException extends HttpException { constructor(message: string); } export declare class DevicesZigbee2mqttValidationException extends HttpException { constructor(message: string); }