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