/** * Slack integration module. */ export type { SlackClient, SlackResponse, SlackErrorResponse, } from "./types.js"; export { SlackErrorSchema } from "./types.js"; export { SlackClientImpl } from "./client.js";