export function highlightCodeCompiler({ renderer }: {
    renderer: any;
}): ({ text, lang }: {
    text: any;
    lang?: string | undefined;
}) => string;
//# sourceMappingURL=code.d.ts.map