import { FetchResponse } from "./FetchResponse"; export interface NetworkCallerModule { fetch(input: RequestInfo, init?: RequestInit): Promise; }