/** * Redshift integration client. * * @module */ export type { RedshiftClient } from "./types.js"; export { RedshiftClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map