/** Highlight Svelte code, matching the build-time highlighter's output shape */ export declare function highlightSvelte(code: string): Promise; /** Highlight code in any bundled shiki language (plus 'sdoc'), lazily * loading the grammar on first use. Matches the build-time output shape. */ export declare function highlightCode(code: string, lang?: string): Promise;