/** * Contains the definition of log levels. */ export declare enum LogLevel { debug = "debug", info = "info", warn = "warn", error = "error" }