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