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