/** Utils — pure chat helpers (draft sanitizer, attachment collector). */ export { sanitizeDraft, isSubmittableDraft } from './sanitizeDraft'; export { collectImageAttachments } from './collectImageAttachments';