import * as z from "zod/v3"; export type GetDeploymentsV2DeprecatedGlobals = { appId?: string | undefined; }; export type GetDeploymentsV2DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetDeploymentsV2DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetDeploymentsV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function getDeploymentsV2DeprecatedRequestToJSON(getDeploymentsV2DeprecatedRequest: GetDeploymentsV2DeprecatedRequest): string; //# sourceMappingURL=getdeploymentsv2deprecated.d.ts.map