import * as z from "zod/v3"; export type GetLatestDeploymentGlobals = { appId?: string | undefined; }; export type GetLatestDeploymentRequest = { appId?: string | undefined; }; /** @internal */ export type GetLatestDeploymentRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetLatestDeploymentRequest$outboundSchema: z.ZodType; export declare function getLatestDeploymentRequestToJSON(getLatestDeploymentRequest: GetLatestDeploymentRequest): string; //# sourceMappingURL=getlatestdeployment.d.ts.map