/** * Setup module exports */ export { createSlashCommands } from './create-slash-commands'; export { configureHooks } from './configure-hooks'; export { injectClaudeMd } from './inject-claude-md'; export { uninstall } from './uninstall'; //# sourceMappingURL=index.d.ts.map