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