export type FetchWithTimeoutConfig = { readonly timeoutMs: number; readonly baseFetch?: typeof fetch | undefined; }; export declare function createFetchWithTimeout(config: FetchWithTimeoutConfig): typeof fetch; //# sourceMappingURL=fetch-with-timeout.d.ts.map