import type { Plugin } from 'unified'; import type { Node } from 'myst-spec'; import type { GenericParent } from 'myst-common'; /** * Ensure all HTML ids in the document are unique * * @param mdast * @returns */ export declare function htmlIdsTransform(mdast: T): void; export declare const htmlIdsPlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=htmlIds.d.ts.map