import type { DecoratorExecutorParam } from '../trace.service/index.trace.service.js'; export declare function beforeSync(options: DecoratorExecutorParam): void; export declare function afterReturnSync(options: DecoratorExecutorParam): unknown; export declare function afterThrowSync(options: DecoratorExecutorParam): void;