export declare class ExcelDataArraySaver { static saveArrayToExcelFile(data: T[], sheetTitle: string, fileName: string): void; }