import { Effect } from "@effect/io/Effect"; import type fetch from "cross-fetch"; import * as H from "./http-client.js"; export declare const Client: (fetchApi: typeof fetch) => import("@effect/io/Layer").Layer; //# sourceMappingURL=http-client-fetch.d.ts.map