import { ILogger } from './Logger.interface'; export interface TraceWrapperOptions { attributes?: Record; logger?: ILogger; }