export declare const mdxComponentPrefix = "VitroMdx"; export declare function makeJsx(opts: { markdown: string; index: number; }): Promise; export declare function transformInlineMarkdown(code: string, docsLiteral?: string): Promise; //# sourceMappingURL=docs.d.ts.map