import { ExecutionContext } from '@nestjs/common';
import newrelic from 'newrelic';
export declare function acceptNestjsDistributedTracingFactory(context: ExecutionContext): (transaction: newrelic.TransactionHandle) => void;
