export declare function fetchWithRetry(url: string, options: RequestInit, timeout: number, retries: number): Promise; export declare function handleResponse(response: Response): Promise; export type RequestFn = (method: string, path: string, body?: unknown) => Promise; //# sourceMappingURL=http.d.ts.map