export declare class DevicesShellyNgException extends Error { constructor(message: string); } export declare class DevicesShellyNgNotFoundException extends DevicesShellyNgException { constructor(message: string); } export declare class DevicesShellyNgValidationException extends DevicesShellyNgException { constructor(message: string); } export declare class DevicesShellyNgNotAllowedException extends DevicesShellyNgException { constructor(message: string); } export declare class DevicesShellyNgNotImplementedException extends DevicesShellyNgException { constructor(message: string); }