import { MDXContent } from 'mdx/types'; import { ReactNode } from 'react'; import { BundledLanguage } from 'shiki/bundle/web'; import { Components } from '../components'; export declare const highlight: (code: string, lang: BundledLanguage) => Promise; export declare const createMDXContent: (renderContent: (components: TComponents) => ReactNode) => MDXContent; //# sourceMappingURL=mdx-helpers.d.ts.map