import { Logger } from '.';
declare const setup: (factory?: () => Logger) => void;
declare const rootLogger: Logger;
export { rootLogger, setup };