import { type Reducer } from "@reduxjs/toolkit"; import { type IExecutedState } from "./executedState.js"; export declare const executedSliceReducer: Reducer; export declare const executedActions: { setDashboardExecutionStart: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"executedSlice/setDashboardExecutionStart">; setDashboardExecutionDone: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"executedSlice/setDashboardExecutionDone">; }; //# sourceMappingURL=index.d.ts.map