export declare enum ErrorKindCodeEnumeration { ERROR = "ERROR", WARNING = "WARNING", SUCCESS = "SUCCESS" }