import { AnyJson } from './typescript'; /** * Note: restrict the type of JSON to `AnyJson` so that `any` doesn't leak downstream. */ export declare const getJsonResponse: (response: Response) => Promise;