import * as Layer from "effect/Layer"; import { HeadObject } from "./HeadObject.ts"; /** * HTTP implementation of {@link HeadObject}. Calls distilled S3 * `headObject` against the Tigris endpoint with the bucket's credentials. * * @layer * @provides Fly.HeadObject */ export declare const HeadObjectHttp: Layer.Layer; //# sourceMappingURL=HeadObjectHttp.d.ts.map