/** * PostgreSQL Transaction Tools * * Transaction management with savepoints and isolation levels. * 7 tools total. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ToolDefinition } from "../../../types/index.js"; /** * Get all transaction tools */ export declare function getTransactionTools(adapter: PostgresAdapter): ToolDefinition[]; //# sourceMappingURL=transactions.d.ts.map