/** * Get the current logger instance. If the logger() function is invoked in Request context, it will return the logger instance attached to the request context. * Otherwise, it will return the logger instance attached to the DI context. */ export declare function contextLogger(): import("../index.js").ContextLogger;