UNPKG

257 BTypeScriptView Raw
1import type { RoarrGlobalState } from './types';
2declare const ROARR: RoarrGlobalState;
3declare const Roarr: import("./types").Logger;
4export type { Logger, Message, TranslateMessageFunction, MessageEventHandler, } from './types';
5export { Roarr, ROARR, };