import * as winston from 'winston';
export interface CustomTransformableInfo extends winston.Logform.TransformableInfo {
    rawLevel?: string;
    logId?: string;
    requestId?: string;
    moduleName?: string;
    context?: {
        moduleName?: string;
    } | string;
}
/** 구성된 전송 및 포맷을 사용하여 WinstonModule로 blancLogger를 생성 */
export declare const blancLogger: import("@nestjs/common").LoggerService;
