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