/** * Binds the workspace source-resolution registry policy port to the * resolution capability. Only the composition root sees both: the * integration declares the port and `@agentxm/workspace/resolution` owns * the release-age and named-target policy. * * @experimental This API is unstable and may change without notice. */ import * as Layer from "effect/Layer"; import { RegistryResolutionPolicy } from "@agentxm/workspace/resolution/sources"; export declare const RegistryResolutionPolicyLive: Layer.Layer; //# sourceMappingURL=registry-resolution-policy-live.d.ts.map