/** * MariaDB integration client. * * @module */ export type { MariaDBClient } from "./types.js"; export { MariaDBClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map