import type { ParsedXML } from '../../types';
export declare const xmlToJson: (node: Document | ChildNode) => ParsedXML;
