/** * OracleDB integration client. * * @module */ export type { OracleDBClient } from "./types.js"; export { OracleDBClientImpl } from "./client.js";