import type { Link } from './link.js'; /** * Create a custom fetch function with middleware (aka) baked in. * The terminating `fetchLink` is automatically added at the end of the chain. */ export declare function createFetchWithLinks(opts: { fetch?: typeof globalThis.fetch; links: Link[]; }): typeof globalThis.fetch; //# sourceMappingURL=createFetchWithLinks.d.ts.map