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