export declare enum DOMOTICZ_LOG_LEVEL {
    NORMAL = 1,
    STATUS = 2,
    ERROR = 4,
    ALL = 268435455
}
