/** * SlashCommandParser - Re-exports from core library * * This module re-exports the unified slash command parser from @nexus-cortex/core. * The core parser is shared between fuzzycortex (chalk) and neoncortex (ink) CLIs. * * @module SlashCommandParser */ export { SlashCommandParser, parseSlashCommand, } from '@nexus-cortex/core'; export type { ParsedCommand } from '@nexus-cortex/core'; //# sourceMappingURL=SlashCommandParser.d.ts.map