/** * fetch wrapper that intercepts 401 errors and refreshes the page to trigger a new login; * protected routes return 401 on page-data, so refresh page only if we are on a protected page too. */ export declare function fetch(input: RequestInfo | URL, init?: RequestInit | undefined): Promise; //# sourceMappingURL=fetch.d.ts.map