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