import { ExecutionContext } from '@nestjs/common';
export declare function startNewrelicTransactionIfAbsent(context: ExecutionContext): void;
