import type { Detector } from './types.js'; export type { Detector, ParseContext, ComponentInfo, ComponentEnrichment } from './types.js'; export { discoverComponents } from './discover-components.js'; /** * Built-in detectors, in execution order. * To add support for a new state manager, add its detector class here — no other edits needed. */ export declare function createDefaultDetectors(): Detector[]; //# sourceMappingURL=index.d.ts.map