import { LogLevel } from '@stryker-mutator/api/core'; export declare const logLevelPriority: Readonly<{ trace: 0; debug: 1; info: 2; warn: 3; error: 4; fatal: 5; off: 6; }>; export declare function minPriority(a: LogLevel, b: LogLevel): LogLevel; //# sourceMappingURL=priority.d.ts.map