import winston from 'winston'; declare const logger: winston.Logger; export declare const createLogger: ({ label }: { label: string; }) => winston.Logger; declare module 'winston' { interface Logger { createLogger: ({ label }: { label: string; }) => winston.Logger; } } export default logger; //# sourceMappingURL=logger.d.ts.map