export declare class Configuration { private readonly excelFilePath; private readonly excelFileName; constructor(); getExcelFilePath(): string; get excelPath(): string; get excelName(): string; setExcelFilePath(): string; }