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