export declare class Parser { static options: { normalizeTags: boolean; normalize: boolean; explicitArray: boolean; attrkey: string; tagNameProcessors: ((key: string) => string)[]; }; static xmlToJson>(xml: string): Promise; static jsonToXml(obj: Record): string; }