🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
147 B
TypeScript
Executable File
5 lines
147 B
TypeScript
Executable File
import { Logger } from '.';
|
|
declare const setup: (factory?: () => Logger) => void;
|
|
declare const rootLogger: Logger;
|
|
export { rootLogger, setup };
|