import { Logger } from 'winston'; export declare class LoggerUtil { static getLogger(label: string): Logger; }