import { Credentials } from "@distilled.cloud/cloudflare/Credentials"; import * as Effect from "effect/Effect"; import * as Redacted from "effect/Redacted"; import type { HttpClient } from "effect/unstable/http/HttpClient"; import type { RuntimeContext } from "../RuntimeContext.ts"; /** * Resolve credentials from a bound token's value and provide them (plus the * fetch-based HTTP client) to a raw SDK operation. */ export declare const authorizeWith: (token: { value: Effect.Effect>; }) => (eff: Effect.Effect) => Effect.Effect; //# sourceMappingURL=HttpClientUtils.d.ts.map