export declare enum Priority { DEFAULT = 1, VERBOSE = 2, DEBUG = 3, INFO = 4, WARN = 5, ERROR = 6, FATAL = 7, SILENT = 8 }