import * as HttpClient from '@effect/platform/HttpClient'; import * as Layer from 'effect/Layer'; import { type EdgeFunctionEnv } from '@dxos/protocols'; /** * Copy pasted from https://github.com/Effect-TS/effect/blob/main/packages/platform/src/internal/fetchHttpClient.ts */ export declare const requestInitTagKey = "@effect/platform/FetchHttpClient/FetchOptions"; export declare class FunctionsAiHttpClient { static make: (service: EdgeFunctionEnv.FunctionsAiService) => HttpClient.HttpClient; static layer: (service: EdgeFunctionEnv.FunctionsAiService) => Layer.Layer; } //# sourceMappingURL=functions-ai-http-client.d.ts.map