importtype { Plugin } from"unified";
/**
* This plugin extracts metadata from the file and stores it
* within the unified processor data for later extraction.
*/declareconstrehypeMdxMetadataExtractor: Plugin;
exportdefault rehypeMdxMetadataExtractor;