import type { Plugin } from "unified";
/**
 * This plugin extracts metadata from the file and stores it
 * within the unified processor data for later extraction.
 */
declare const rehypeMdxMetadataExtractor: Plugin;
export default rehypeMdxMetadataExtractor;
