import type { TransactionalParams } from '@eggjs/tegg-types';
export declare function Transactional(params?: TransactionalParams): (target: any, propertyKey: PropertyKey) => void;
