/** * Checks if a response is JSON based on the `Content-Type` header. * @param response - The response object to check. * @returns `true` if the response is JSON, `false` otherwise. */ export declare function isJsonContent(response: Pick): boolean; //# sourceMappingURL=is-json-content.d.ts.map