import { iDispatchResponse } from "../dispatch/iDispatchResponse"; import { iDispatchResponseErrorBody } from "./iDispatchResponseErrorBody"; import { iDispatchResponseErrorHeaders } from "./iDispatchResponseErrorHeaders"; export declare type iDispatchResponseError = iDispatchResponse;