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