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