import { type SagaIterator } from "redux-saga"; import { type IChangeParameterValues } from "../../commands/parameters.js"; import { type DashboardContext } from "../../types/commonTypes.js"; /** * Parameters not present on the active tab are ignored by the reducer. * * @internal */ export declare function changeParameterValuesHandler(_ctx: DashboardContext, cmd: IChangeParameterValues): SagaIterator; //# sourceMappingURL=changeParameterValuesHandler.d.ts.map