export { createCollectImagesPlugin as satteriCollectImagesPlugin, createHeadingIdsPlugin as satteriHeadingIdsPlugin, createImageMarkerPlugin as satteriImageMarkerPlugin, createHighlightPlugin as satteriHighlightPlugin, 
/** @deprecated Renamed to `satteriHighlightPlugin` (it drives both Shiki and Prism). */
createHighlightPlugin as satteriShikiPlugin, createHighlightFn as satteriCreateHighlightFn, collectHastText as satteriCollectHastText, makeFragmentNode as satteriMakeFragmentNode, type SatteriAstroData, createSatteriMarkdownProcessor, type SatteriMarkdownProcessorOptions, } from './satteri-processor.js';
export { isSatteriProcessor, satteri, type SatteriProcessorOptions, type SatteriResolvedOptions, } from './processor.js';
