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