import * as z from "zod/v3"; export type GetLatestDeploymentV1DeprecatedGlobals = { appId?: string | undefined; }; export type GetLatestDeploymentV1DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetLatestDeploymentV1DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetLatestDeploymentV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function getLatestDeploymentV1DeprecatedRequestToJSON(getLatestDeploymentV1DeprecatedRequest: GetLatestDeploymentV1DeprecatedRequest): string; //# sourceMappingURL=getlatestdeploymentv1deprecated.d.ts.map