import type { Root } from 'hast';
import type { MdxExtracts } from '../../../types/index.js';
export declare const rehypeMdxExtractExamples: (mdxExtracts: MdxExtracts) => (tree: Root) => Root;
