import type { MethodTypeUnknown } from '@waiting/shared-types'; import type { TraceOptions } from '../trace.service/index.trace.service.js'; /** * Declarative Trace Decorator */ export declare function Trace(options?: TraceOptions): MethodDecorator;