import { default as Prism } from 'prismjs'; export declare function highlightCode(code: string, lang: string): string | null; export { Prism };