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