/** * Fetch wrapper to throw an error if the response is not ok. * Why indeed? https://github.com/whatwg/fetch/issues/18 */ export declare function fetish(input: RequestInfo | URL, init?: RequestInit | undefined): Promise; //# sourceMappingURL=fetish.d.ts.map