import { ExecutorTypes } from "./actions"; import { State } from "../../state"; export declare function executorReducer(state: State, action: ExecutorTypes): State;