import { TransactionManagerInMemoryService } from "../transaction-manager-in-memory/transaction-manager-in-memory.service.js";
export declare const transactionManagerInMemoryAdapter: {
    transactionManager: typeof TransactionManagerInMemoryService;
};
