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