/** * PostgreSQL integration module. */ export type { PostgresClient } from "./types.js"; export { PostgresClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map