import type { HttpApi } from '../HttpApi'; export type InferHttpErrorResponseHeadersType = T extends HttpApi ? ErrResHeadersT : never; //# sourceMappingURL=InferHttpErrorResponseHeadersType.d.ts.map