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