/** * to-xml.d.ts * * @see https://www.npmjs.com/package/to-xml */ export function toXML(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;