import type { Plugin } from 'unified'; import type { Root } from 'hast'; export declare const rehypeInsertBaseURI: Plugin<[string], Root, Root>; //# sourceMappingURL=rehype-insert-base-uri.d.ts.map