/**
 * Throws an error if the fetch response is not OK.
 */
export declare function assertOkResponse(response: Response, context: string): Promise<void>;
//# sourceMappingURL=fetch.d.ts.map