import { type SagaIterator } from "redux-saga"; import { type IExportDashboardToExcel } from "../../commands/dashboard.js"; import { type IDashboardExportToExcelResolved } from "../../events/dashboard.js"; import { type DashboardContext } from "../../types/commonTypes.js"; export declare function exportToTabularHandler(ctx: DashboardContext, cmd: IExportDashboardToExcel): SagaIterator; //# sourceMappingURL=exportToTabularHandler.d.ts.map