import * as z from "zod/v3"; export type DeleteBuildDeprecatedGlobals = { appId?: string | undefined; }; export type DeleteBuildDeprecatedRequest = { appId?: string | undefined; buildId: number; }; /** @internal */ export type DeleteBuildDeprecatedRequest$Outbound = { appId?: string | undefined; buildId: number; }; /** @internal */ export declare const DeleteBuildDeprecatedRequest$outboundSchema: z.ZodType; export declare function deleteBuildDeprecatedRequestToJSON(deleteBuildDeprecatedRequest: DeleteBuildDeprecatedRequest): string; //# sourceMappingURL=deletebuilddeprecated.d.ts.map