import type { Action, Response, ActionHandlerResources } from '../types.js';
export default function update(action: Action, { getService, dispatch }: ActionHandlerResources): Promise<Response>;
