import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ReputationEvidenceThreat = { lastObservedTime?: string | undefined; threatId?: string | undefined; threatTypes?: Array | null | undefined; }; /** @internal */ export declare const ReputationEvidenceThreat$inboundSchema: z.ZodType; export declare function reputationEvidenceThreatFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=reputationevidencethreat.d.ts.map