import { TransactionManagerTypeOrmService } from "../modules/transaction-manager-typeorm/transaction-manager-typeorm.service.js";
export declare const transactionManagerTypeOrmAdapter: {
    transactionManager: typeof TransactionManagerTypeOrmService;
};
