7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
import { Logger } from '.';
|
|
declare const setup: (factory?: () => Logger) => void;
|
|
declare const rootLogger: Logger;
|
|
export { rootLogger, setup };
|