/** @param {string} code @param {string} lang @returns {string} */ export function highlight(code: string, lang: string): string;