// Narrow group activation helpers for channel mention-gating paths.

export {
  normalizeGroupActivation,
  parseActivationCommand,
  type GroupActivationMode,
} from "../auto-reply/group-activation.js";
