export declare const xmlToJsonUtil: <T = Record<string, any>>(initialXml: string, xmlReplacementPatterns?: RegExp[]) => T;
