/** * 17.5.2 Structured Document Tags * 目前 sdt 的做法就是直接忽略,将它的 stdContent 子节点融入上级节点 */ export declare function parseSdt(element: Element, arr: Element[], index: number): void;