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