import type { Root } from "hast";
import type { Plugin as UnifiedPlugin } from "unified";
/**
 * Plugin to add attachments images in frontmatter
 */
declare const rehypeAddAttachmentsImages: UnifiedPlugin<[], Root>;
export default rehypeAddAttachmentsImages;
