declare function fetchWithTimeout(resource: RequestInfo | URL, fetchOptions?: RequestInit, timeoutDuration?: number): Promise; export { fetchWithTimeout as default };