import { SerializerOptions } from "./serializer.common"; export declare function parseXML(str: string, opts?: SerializerOptions): Promise; export declare function stringifyXML(content: unknown, opts?: SerializerOptions): string; //# sourceMappingURL=xml.browser.d.ts.map