import type { Plugin } from 'unified'; import type { GenericParent } from 'myst-common'; /** * Ensure caption content is nested in a paragraph. * * This function is idempotent. */ export declare function captionParagraphTransform(tree: GenericParent): void; export declare const captionParagraphPlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=caption.d.ts.map