import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Cwe = { /** * A unique identifier associated with a class of a software or hardware weakness. */ entry?: string | undefined; }; /** @internal */ export declare const Cwe$inboundSchema: z.ZodType; export declare function cweFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cwe.d.ts.map