/** * Redshift integration client. * * @module */ export type { RedshiftClient } from "./types.js"; export { RedshiftClientImpl } from "./client.js";