export declare function runHighlighterWithAstro(lang: string | undefined, code: string): {
    classLanguage: string;
    html: string;
};
