import type { LexOption } from './types'; export declare function getHighlightHtml(src: string, options?: LexOption): string;