import * as z from "zod/v3"; export type GetLatestDeploymentV2DeprecatedGlobals = { appId?: string | undefined; }; export type GetLatestDeploymentV2DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetLatestDeploymentV2DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetLatestDeploymentV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function getLatestDeploymentV2DeprecatedRequestToJSON(getLatestDeploymentV2DeprecatedRequest: GetLatestDeploymentV2DeprecatedRequest): string; //# sourceMappingURL=getlatestdeploymentv2deprecated.d.ts.map