export declare function fetchWithTimeout(resource: RequestInfo | URL, options?: RequestInit, timeout?: number): Promise<Response>;
//# sourceMappingURL=fetch.d.ts.map