export { defineReflection } from './core/define-reflection.js'; export type { ReflectionConfig, ReflectionConfigInput, RunMode } from './core/config.js'; export type { CheckDiagnostic, DiagnosticEvidence, FailureClass, ReflectionReport } from './core/report-schema.js'; export type { ReflectionPortalCleanup, ReflectionPortalFraming, ReflectionPortalMount, ReflectionPortalMountInput, ReflectionPortalMountResult } from './contracts/component/portal-entry.js';