1 2 3 4 5 6
declare module "highlight.js" { function highlight( code: string, options: { language: string }, ): { value: string }; }