import * as z from "zod/v3"; export type GetDeploymentsV1DeprecatedGlobals = { appId?: string | undefined; }; export type GetDeploymentsV1DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetDeploymentsV1DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetDeploymentsV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function getDeploymentsV1DeprecatedRequestToJSON(getDeploymentsV1DeprecatedRequest: GetDeploymentsV1DeprecatedRequest): string; //# sourceMappingURL=getdeploymentsv1deprecated.d.ts.map