import * as z from "zod/v3"; export type DeleteBuildGlobals = { orgId?: string | undefined; }; export type DeleteBuildRequest = { buildId: string; orgId?: string | undefined; }; /** @internal */ export type DeleteBuildRequest$Outbound = { buildId: string; orgId?: string | undefined; }; /** @internal */ export declare const DeleteBuildRequest$outboundSchema: z.ZodType; export declare function deleteBuildRequestToJSON(deleteBuildRequest: DeleteBuildRequest): string; //# sourceMappingURL=deletebuild.d.ts.map