export declare const LEVELS: { trace: number; debug: number; info: number; warn: number; error: number; fatal: number; silent: number; }; export declare const LEVEL_NAMES: { 50: string; 40: string; 30: string; 20: string; 10: string; 0: string; }; //# sourceMappingURL=constants.d.ts.map