export abstract class ExportService { getCsv: () => Promise; getFileName: () => string; }