import type { Plugin } from 'unified'; import type { Node } from 'myst-spec'; import type { VFile } from 'vfile'; import type { GenericParent } from 'myst-common'; export declare function glossaryTransform(mdast: T, file: VFile): void; export declare const glossaryPlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=glossary.d.ts.map