import type { RenderedCode, RenderOptions } from './types'; /** * Quick highlight function for simple use cases */ export declare function highlight(code: string, lang: string, options?: RenderOptions): Promise;