export declare function configureLogger(opts: { level?: string; stdout?: boolean; file?: boolean; }): void; export declare function closeLogger(): Promise; export declare const logger: { debug: (msg: string) => void; info: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; }; //# sourceMappingURL=logger.d.ts.map