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