import type { BaseNode } from 'stream-markdown-parser'; export declare function hydrateCustomTagContent(nodes: readonly T[] | null | undefined, source: string, customHtmlTags?: readonly string[]): T[];