/** * Shortcode + auto-URL-embed preprocessing for the rich (content) * composition. Moved verbatim from the old RichMarkdownRenderer — the * `{{youtube:...}}` / `{% youtube %}` / thumbnail-link / auto-URL grammar * is authored-content SSOT; chat surfaces never run this. */ export declare const processShortcodes: (content: string) => string; //# sourceMappingURL=shortcodes.d.ts.map