/** * RegistryUrl service tag — configures which URL is the default registry. * * Extracted to its own module to avoid circular dependencies between * auth-client.ts and auth-middleware.ts. * * @experimental This API is unstable and may change without notice. */ import * as ServiceMap from "effect/Context"; declare const RegistryUrl_base: ServiceMap.ServiceClass; export declare class RegistryUrl extends RegistryUrl_base { } export {}; //# sourceMappingURL=registry-url.d.ts.map