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