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