/** * Parses a response, throwing an error if parsing the response fails. * * @param {Response} response * @param {boolean} shouldParseResponse * @return {Promise} Parsed response. */ export function parseAndThrowError(response: Response, shouldParseResponse?: boolean): Promise; export function parseResponseAndNormalizeError(response: Response, shouldParseResponse?: boolean): Promise; //# sourceMappingURL=response.d.ts.map