declare const TRACE_ID = "x-trace-id";
declare const APP_NAME = "nodejs-logitron";
declare const EXECUTION_LOG_START_TIME = "EXECUTION_LOG_START_TIME";
declare const LOGGER_OPTIONS = "LOGGER_OPTIONS";
declare const EXECUTION_LOG_CALLER = "EXECUTION_LOG_CALLER";

export { APP_NAME, EXECUTION_LOG_CALLER, EXECUTION_LOG_START_TIME, LOGGER_OPTIONS, TRACE_ID };
