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