import * as z from "zod/v3"; export type GetBuildsDeprecatedGlobals = { appId?: string | undefined; }; export type GetBuildsDeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetBuildsDeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetBuildsDeprecatedRequest$outboundSchema: z.ZodType; export declare function getBuildsDeprecatedRequestToJSON(getBuildsDeprecatedRequest: GetBuildsDeprecatedRequest): string; //# sourceMappingURL=getbuildsdeprecated.d.ts.map