import type { DevvitGlobal } from '@devvit/shared-types/client/devvit-global.js'; /** Injects an auth token into /api/ requests. */ export declare function fetch(devvit: Readonly, globalFetch: typeof globalThis.fetch, location: Readonly, input: RequestInfo | URL, init?: RequestInit): Promise; export declare function initFetch(): void; //# sourceMappingURL=fetch.d.ts.map