1 | import { type RoarrGlobalState } from './types';
|
2 | declare const ROARR: RoarrGlobalState;
|
3 | declare const Roarr: import("./types").Logger;
|
4 | export type { Logger, LogLevelName, LogWriter, Message, MessageContext, MessageEventHandler, MessageSerializer, RoarrGlobalState, TransformMessageFunction, } from './types';
|
5 | export { ROARR, Roarr };
|
6 | export { logLevels } from './constants';
|
7 | export { getLogLevelName } from './getLogLevelName';
|
8 | //# sourceMappingURL=Roarr.d.ts.map |
\ | No newline at end of file |