import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateDeploymentV1DeprecatedGlobals = { appId?: string | undefined; }; export type CreateDeploymentV1DeprecatedRequest = { appId?: string | undefined; buildId: number; deploymentConfig: components.DeploymentConfig; }; /** @internal */ export type CreateDeploymentV1DeprecatedRequest$Outbound = { appId?: string | undefined; buildId: number; DeploymentConfig: components.DeploymentConfig$Outbound; }; /** @internal */ export declare const CreateDeploymentV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function createDeploymentV1DeprecatedRequestToJSON(createDeploymentV1DeprecatedRequest: CreateDeploymentV1DeprecatedRequest): string; //# sourceMappingURL=createdeploymentv1deprecated.d.ts.map