import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * Construct a type with a set of properties K of type T */ export type DeletedBuild = {}; /** @internal */ export declare const DeletedBuild$inboundSchema: z.ZodType; /** @internal */ export type DeletedBuild$Outbound = {}; /** @internal */ export declare const DeletedBuild$outboundSchema: z.ZodType; export declare function deletedBuildToJSON(deletedBuild: DeletedBuild): string; export declare function deletedBuildFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=deletedbuild.d.ts.map