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