export declare function decodeWordMlBytes(buffer: ArrayBuffer): string; /** * Adapt the single-file Word 2003 XML container to the existing OOXML renderer. * This is structural conversion, not HTML insertion or remote conversion. Body, * styles, table properties, section geometry and VML remain renderer-owned. * Inline headers/footers become package parts; only embedded image data is read. */ export declare function convertWordMlToDocx(buffer: ArrayBuffer, target: HTMLElement): Promise;