/** Logging levels */ export declare enum Level { INFO = "info", WARN = "warn", ERROR = "error" }