import { Context } from './context'; declare type WithContext = (context: Context, ...args: any[]) => Promise; export declare function Transactional(): (target: any, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; export {};