import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BulkJobLinks = { self?: string | undefined; }; /** @internal */ export declare const BulkJobLinks$inboundSchema: z.ZodType; export declare function bulkJobLinksFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=bulkjoblinks.d.ts.map