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