/** * Feedback Collector — Main Entry (RFC-0021) */ export { FeedbackCollector } from "./collector.js"; export type * from "./types.js";