import { State } from '../types'; import { ExecutionState } from './types'; export declare function getExecutionState(state: State): ExecutionState;