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