import * as Layer from "effect/Layer"; import { GetRepositoryEndpoint } from "./GetRepositoryEndpoint.ts"; /** HTTP implementation of {@link GetRepositoryEndpoint} over the CodeArtifact API. */ export declare const GetRepositoryEndpointHttp: Layer.Layer; //# sourceMappingURL=GetRepositoryEndpointHttp.d.ts.map