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