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