import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateDeploymentV2DeprecatedGlobals = { appId?: string | undefined; }; export type CreateDeploymentV2DeprecatedRequest = { appId?: string | undefined; buildId: number; deploymentConfigV2: components.DeploymentConfigV2; }; /** @internal */ export type CreateDeploymentV2DeprecatedRequest$Outbound = { appId?: string | undefined; buildId: number; DeploymentConfigV2: components.DeploymentConfigV2$Outbound; }; /** @internal */ export declare const CreateDeploymentV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function createDeploymentV2DeprecatedRequestToJSON(createDeploymentV2DeprecatedRequest: CreateDeploymentV2DeprecatedRequest): string; //# sourceMappingURL=createdeploymentv2deprecated.d.ts.map