/**
 * This function converts an object to XML.
 */
export declare function json2xml(data: Record<string, any>, tab?: string): string;
//# sourceMappingURL=json2xml.d.ts.map