import { Plugin } from 'unified'; import { Root, Element } from 'hast'; type Options = { insertions?: Array<{ selector: string; insert: Element; action?: string; }>; }; export declare const rehypeInsert: Plugin<[Options], Root, Root>; export {}; //# sourceMappingURL=rehype-insert.d.ts.map