import * as z from "zod/v3"; export type GetDeploymentGlobals = { appId?: string | undefined; }; export type GetDeploymentRequest = { appId?: string | undefined; deploymentId: string; }; /** @internal */ export type GetDeploymentRequest$Outbound = { appId?: string | undefined; deploymentId: string; }; /** @internal */ export declare const GetDeploymentRequest$outboundSchema: z.ZodType; export declare function getDeploymentRequestToJSON(getDeploymentRequest: GetDeploymentRequest): string; //# sourceMappingURL=getdeployment.d.ts.map