import type { Action, ActionHandlerResources, Response } from '../types.js';
import type Job from '../jobs/Job.js';
declare const _default: (jobs: Map<string, Job>) => (action: Action, { dispatch, setProgress }: ActionHandlerResources) => Promise<Response>;
export default _default;