/** * Default timeout for fetch requests in milliseconds. */ export declare const FETCH_TIMEOUT_MS = 10000; /** * Fetch with an AbortController timeout. * Automatically aborts the request if it takes longer than timeoutMs. */ export declare function fetchWithTimeout(url: string, options: RequestInit, timeoutMs?: number): Promise; //# sourceMappingURL=fetch-utils.d.ts.map