import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const RegistrySource: { readonly Byo: "byo"; readonly Serving: "serving"; readonly Cluster: "cluster"; }; export type RegistrySource = ClosedEnum; /** @internal */ export declare const RegistrySource$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const RegistrySource$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=registrysource.d.ts.map