export declare const LOGGER_LEVELS: { trace: number; debug: number; info: number; warn: number; error: number; fatal: number; }; export declare const SENSITIVE_DATA: string[]; export declare const LOGGER_TRANSPORT_CONFIGURATION: { target: string; options: { colorize: boolean; }; }[]; //# sourceMappingURL=constants.d.ts.map