/** xml-js 相关默认配置 */ export declare const xml2JsOptions: { ignoreComment: boolean; alwaysChildren: boolean; compact: boolean; trim: boolean; }; export declare const js2XmlOptions: { compact: boolean; ignoreComment: boolean; space: number; fullTagEmptyElement: boolean; }; export * from './wordMeta';