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