import type { DecoratorExecutorParam, DecoratorTraceDataResp, TraceDecoratorOptions } from './trace.service/index.trace.service.js';
export declare function processDecoratorBeforeAfterSync(type: 'before' | 'after' | 'afterThrow', options: DecoratorExecutorParam<TraceDecoratorOptions>): DecoratorTraceDataResp;
