import type { RequestResponseType, ServiceRequest } from './request.js'; export interface Dispatcher { dispatch(request: R): RequestResponseType; } //# sourceMappingURL=Dispatcher.d.ts.map