import type { Root } from "mdast"; import type { Plugin } from "unified"; export declare const remarkInlineCode: Plugin<[], Root>; //# sourceMappingURL=remark-inline-code.d.ts.map