import { type CodeHighlighter } from '../code/index.js'; export declare const CODE_LANG_ATTR = "data-nabi-lang"; export declare function codeLanguageOf(code: Element): string | null; export interface CodePaintOptions { readonly highlight?: CodeHighlighter; } export declare function attachCodePaint(root: HTMLElement, options?: CodePaintOptions): () => void; //# sourceMappingURL=code-paint.d.ts.map