import * as z from "zod/v3"; export type GetDeploymentInfoV2DeprecatedGlobals = { appId?: string | undefined; }; export type GetDeploymentInfoV2DeprecatedRequest = { appId?: string | undefined; deploymentId: number; }; /** @internal */ export type GetDeploymentInfoV2DeprecatedRequest$Outbound = { appId?: string | undefined; deploymentId: number; }; /** @internal */ export declare const GetDeploymentInfoV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function getDeploymentInfoV2DeprecatedRequestToJSON(getDeploymentInfoV2DeprecatedRequest: GetDeploymentInfoV2DeprecatedRequest): string; //# sourceMappingURL=getdeploymentinfov2deprecated.d.ts.map