import { z } from 'zod'; export declare const reviewBriefEntityRefSchema: z.ZodObject<{ kind: z.ZodEnum<{ symbol: "symbol"; package: "package"; file: "file"; fingerprint: "fingerprint"; "file-range": "file-range"; "graph-node": "graph-node"; }>; id: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; label: z.ZodOptional; file: z.ZodOptional; line: z.ZodOptional; source: z.ZodOptional; }, z.core.$strict>; export declare const reviewBriefCorrelationKeySchema: z.ZodObject<{ kind: z.ZodEnum<{ symbol: "symbol"; package: "package"; file: "file"; fingerprint: "fingerprint"; "file-range": "file-range"; "graph-node": "graph-node"; "rule-location": "rule-location"; }>; value: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; }, z.core.$strict>; export declare const reviewBriefCorrelationReasonSchema: z.ZodObject<{ kind: z.ZodEnum<{ "same-fingerprint": "same-fingerprint"; "same-graph-node": "same-graph-node"; "same-symbol": "same-symbol"; "same-rule-location": "same-rule-location"; "same-file-range": "same-file-range"; "same-package": "same-package"; "same-file": "same-file"; }>; key: z.ZodObject<{ kind: z.ZodEnum<{ symbol: "symbol"; package: "package"; file: "file"; fingerprint: "fingerprint"; "file-range": "file-range"; "graph-node": "graph-node"; "rule-location": "rule-location"; }>; value: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; message: z.ZodString; }, z.core.$strict>; export declare const reviewBriefRiskRefSchema: z.ZodObject<{ source: z.ZodString; ruleId: z.ZodString; file: z.ZodString; signalRef: z.ZodObject<{ tool: z.ZodString; suiteRunId: z.ZodString; stepIndex: z.ZodNumber; runId: z.ZodOptional; fingerprint: z.ZodOptional; signalIndex: z.ZodNumber; }, z.core.$strict>; line: z.ZodOptional; column: z.ZodOptional; }, z.core.$strict>; export declare const reviewBriefCorrelationGroupSchema: z.ZodObject<{ id: z.ZodString; title: z.ZodString; severity: z.ZodEnum<{ critical: "critical"; high: "high"; medium: "medium"; low: "low"; }>; isNew: z.ZodBoolean; primary: z.ZodObject<{ source: z.ZodString; ruleId: z.ZodString; file: z.ZodString; signalRef: z.ZodObject<{ tool: z.ZodString; suiteRunId: z.ZodString; stepIndex: z.ZodNumber; runId: z.ZodOptional; fingerprint: z.ZodOptional; signalIndex: z.ZodNumber; }, z.core.$strict>; line: z.ZodOptional; column: z.ZodOptional; }, z.core.$strict>; members: z.ZodArray; fingerprint: z.ZodOptional; signalIndex: z.ZodNumber; }, z.core.$strict>; line: z.ZodOptional; column: z.ZodOptional; }, z.core.$strict>>; entities: z.ZodArray; id: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; label: z.ZodOptional; file: z.ZodOptional; line: z.ZodOptional; source: z.ZodOptional; }, z.core.$strict>>; reasons: z.ZodArray; key: z.ZodObject<{ kind: z.ZodEnum<{ symbol: "symbol"; package: "package"; file: "file"; fingerprint: "fingerprint"; "file-range": "file-range"; "graph-node": "graph-node"; "rule-location": "rule-location"; }>; value: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; }, z.core.$strict>; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; message: z.ZodString; }, z.core.$strict>>; blastRadius: z.ZodOptional; impactedFiles: z.ZodOptional; }, z.core.$strict>>; }, z.core.$strict>; //# sourceMappingURL=review-brief-correlation-schemas.d.ts.map