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