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