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