import type { MarkdownRuntime } from '@intlayer/core/markdown'; /** * Svelte-specific runtime for the markdown processor. * Renders markdown to HTML strings since Svelte uses {@html ...} for dynamic HTML. */ export declare const svelteHtmlRuntime: MarkdownRuntime; export default svelteHtmlRuntime;