import { Action } from 'sabar'; declare const removeIntermediateCtxValue: (ctx: object, actions: Action) => void; export default removeIntermediateCtxValue;