import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BuildPart = { putRequestUrl: string; partNumber: number; }; /** @internal */ export declare const BuildPart$inboundSchema: z.ZodType; export declare function buildPartFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=buildpart.d.ts.map