declare type HighlightedCode = { html: string; }; export declare function highlightCode(code: string, lang: string): HighlightedCode; export {};