/** * Extractor module - types for building extractors * * Note: Actual extractor implementations have moved to separate packages: * - @functional-examples/extractor-frontmatter * - @functional-examples/yaml-manifest */ export type { ExtractionContext, ExtractedMetadata } from './types.js'; //# sourceMappingURL=index.d.ts.map