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