import * as z from "zod/v3"; export type GetBuildsV2DeprecatedGlobals = { appId?: string | undefined; }; export type GetBuildsV2DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetBuildsV2DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetBuildsV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function getBuildsV2DeprecatedRequestToJSON(getBuildsV2DeprecatedRequest: GetBuildsV2DeprecatedRequest): string; //# sourceMappingURL=getbuildsv2deprecated.d.ts.map