export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise, url: string, method: string, headers: Record, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise;