/** * OracleDB integration client. * * @module */ export type { OracleDBClient } from "./types.js"; export { OracleDBClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map