/** * Saves an array of objects to an XML file. * @param data The array of objects to save. * @param name The name of the file to save. */ export declare function saveXMLToFile[]>(data: T, name: string): void;