import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateBuildRegistryGlobals = { orgId?: string | undefined; }; export type CreateBuildRegistryRequest = { orgId?: string | undefined; createBuildV3Params: components.CreateBuildV3Params; }; /** @internal */ export type CreateBuildRegistryRequest$Outbound = { orgId?: string | undefined; CreateBuildV3Params: components.CreateBuildV3Params$Outbound; }; /** @internal */ export declare const CreateBuildRegistryRequest$outboundSchema: z.ZodType; export declare function createBuildRegistryRequestToJSON(createBuildRegistryRequest: CreateBuildRegistryRequest): string; //# sourceMappingURL=createbuildregistry.d.ts.map