import { Root } from 'mdast'; import { Plugin } from './lib/index.js'; type HProperties = { id?: string; }; declare const remarkCustomHeadingId: Plugin<[], Root>; export { type HProperties, remarkCustomHeadingId };