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