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