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