import * as z from "zod/v3"; export type GetDeploymentsGlobals = { appId?: string | undefined; }; export type GetDeploymentsRequest = { appId?: string | undefined; deploymentTag?: string | undefined; buildTag?: string | undefined; }; /** @internal */ export type GetDeploymentsRequest$Outbound = { appId?: string | undefined; deploymentTag?: string | undefined; buildTag?: string | undefined; }; /** @internal */ export declare const GetDeploymentsRequest$outboundSchema: z.ZodType; export declare function getDeploymentsRequestToJSON(getDeploymentsRequest: GetDeploymentsRequest): string; //# sourceMappingURL=getdeployments.d.ts.map