import type { XmlOptions } from "./xml.common.js";
export declare function parseXML(str: string, opts?: XmlOptions): Promise<any>;
export declare function stringifyXML(content: unknown, opts?: XmlOptions): string;
//# sourceMappingURL=xml-browser.d.mts.map