export declare function ensurePrismLang(lang: string): Promise; /** Highlight `code` with Prism. Returns highlighted HTML, or the raw text if the grammar is unknown. */ export declare function highlight(code: string, language: string): Promise; //# sourceMappingURL=prism.d.ts.map