import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ThreatReference = { /** * URL reference link for the threat. */ link: string; }; /** @internal */ export declare const ThreatReference$inboundSchema: z.ZodType; export declare function threatReferenceFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=threatreference.d.ts.map