import { NetworkResponse } from "../types/networkResponse"; declare function apiRequest(token: string, url: string): Promise; export default apiRequest;