/** * Athena integration client. * * @module */ export type { AthenaClient } from "./types.js"; export { AthenaClientImpl } from "./client.js";