import { z } from "zod"; export declare const WorkerFindingLocationSchema: z.ZodEffects; line_end: z.ZodOptional; symbol: z.ZodOptional; quoted_text: z.ZodOptional; hash_at_plan_time: z.ZodOptional; }, "strict", z.ZodTypeAny, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>; export declare const WorkerFindingSchema: z.ZodObject<{ id: z.ZodString; confidence: z.ZodEnum<["high", "medium", "low"]>; title: z.ZodString; severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>; summary: z.ZodString; impact: z.ZodOptional; likelihood: z.ZodOptional; systemic: z.ZodOptional; theme_id: z.ZodOptional; blast_radius: z.ZodOptional; evidence_grounded: z.ZodOptional; executable_anchor: z.ZodOptional; confirm_if: z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{ kind: z.ZodLiteral<"exit_zero">; }, "strip", z.ZodTypeAny, { kind: "exit_zero"; }, { kind: "exit_zero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"exit_nonzero">; }, "strip", z.ZodTypeAny, { kind: "exit_nonzero"; }, { kind: "exit_nonzero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_includes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_includes"; text: string; }, { kind: "output_includes"; text: string; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_excludes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_excludes"; text: string; }, { kind: "output_excludes"; text: string; }>]>; claim: z.ZodOptional; }, "strip", z.ZodTypeAny, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }>>; contract_goal_id: z.ZodOptional; contract_obligation_ids: z.ZodOptional>; verification_obligation_ids: z.ZodOptional>; targeted_commands: z.ZodOptional>; analyzer_provenance: z.ZodOptional; path: z.ZodString; snippet_hash: z.ZodString; }, "strict", z.ZodTypeAny, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }>>; } & { category: z.ZodString; lens: z.ZodOptional>; affected_files: z.ZodArray; line_end: z.ZodOptional; symbol: z.ZodOptional; quoted_text: z.ZodOptional; hash_at_plan_time: z.ZodOptional; }, "strict", z.ZodTypeAny, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, "many">; evidence: z.ZodArray; reproduction: z.ZodOptional>; related_findings: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }>; /** One finding as the strict projection parses it (ingestion's parse output). */ export type WorkerFinding = z.infer; export declare const WorkerAuditTaskSchema: z.ZodObject<{ task_id: z.ZodString; unit_id: z.ZodString; pass_id: z.ZodString; inputs: z.ZodOptional>; rationale: z.ZodString; priority: z.ZodOptional>; status: z.ZodOptional>; completed_at: z.ZodOptional; completion_reason: z.ZodOptional; } & { lens: z.ZodEnum<["correctness", "architecture", "maintainability", "security", "reliability", "performance", "data_integrity", "tests", "operability", "config_deployment", "observability"]>; file_paths: z.ZodArray; file_line_counts: z.ZodOptional>; line_ranges: z.ZodOptional, { path: string; end: number; start: number; }, { path: string; end: number; start: number; }>, "many">>; token_estimate: z.ZodOptional; risk_estimate: z.ZodOptional; tags: z.ZodOptional>; }, "strict", z.ZodTypeAny, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }>; export declare const WorkerAuditResultSchema: z.ZodObject<{ task_id: z.ZodString; unit_id: z.ZodString; pass_id: z.ZodString; agent_role: z.ZodOptional; notes: z.ZodOptional>; requires_followup: z.ZodOptional; run_id: z.ZodOptional; instance_id: z.ZodOptional; identity_key: z.ZodOptional; idempotency_key: z.ZodOptional; emit_source: z.ZodOptional>; attempt: z.ZodOptional; } & { lens: z.ZodEnum<["correctness", "architecture", "maintainability", "security", "reliability", "performance", "data_integrity", "tests", "operability", "config_deployment", "observability"]>; file_coverage: z.ZodArray; }, "strict", z.ZodTypeAny, { path: string; total_lines: number; reviewed_lines?: number | undefined; }, { path: string; total_lines: number; reviewed_lines?: number | undefined; }>, "many">; findings: z.ZodArray; title: z.ZodString; severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>; summary: z.ZodString; impact: z.ZodOptional; likelihood: z.ZodOptional; systemic: z.ZodOptional; theme_id: z.ZodOptional; blast_radius: z.ZodOptional; evidence_grounded: z.ZodOptional; executable_anchor: z.ZodOptional; confirm_if: z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{ kind: z.ZodLiteral<"exit_zero">; }, "strip", z.ZodTypeAny, { kind: "exit_zero"; }, { kind: "exit_zero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"exit_nonzero">; }, "strip", z.ZodTypeAny, { kind: "exit_nonzero"; }, { kind: "exit_nonzero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_includes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_includes"; text: string; }, { kind: "output_includes"; text: string; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_excludes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_excludes"; text: string; }, { kind: "output_excludes"; text: string; }>]>; claim: z.ZodOptional; }, "strip", z.ZodTypeAny, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }>>; contract_goal_id: z.ZodOptional; contract_obligation_ids: z.ZodOptional>; verification_obligation_ids: z.ZodOptional>; targeted_commands: z.ZodOptional>; analyzer_provenance: z.ZodOptional; path: z.ZodString; snippet_hash: z.ZodString; }, "strict", z.ZodTypeAny, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }>>; } & { category: z.ZodString; lens: z.ZodOptional>; affected_files: z.ZodArray; line_end: z.ZodOptional; symbol: z.ZodOptional; quoted_text: z.ZodOptional; hash_at_plan_time: z.ZodOptional; }, "strict", z.ZodTypeAny, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, "many">; evidence: z.ZodArray; reproduction: z.ZodOptional>; related_findings: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }>, "many">; reviewed_clean: z.ZodOptional; followup_tasks: z.ZodOptional>; verification: z.ZodOptional>; coverage_concerns: z.ZodOptional>; confidence_concerns: z.ZodOptional>; } & { followup_tasks: z.ZodOptional>; rationale: z.ZodString; priority: z.ZodOptional>; status: z.ZodOptional>; completed_at: z.ZodOptional; completion_reason: z.ZodOptional; } & { lens: z.ZodEnum<["correctness", "architecture", "maintainability", "security", "reliability", "performance", "data_integrity", "tests", "operability", "config_deployment", "observability"]>; file_paths: z.ZodArray; file_line_counts: z.ZodOptional>; line_ranges: z.ZodOptional, { path: string; end: number; start: number; }, { path: string; end: number; start: number; }>, "many">>; token_estimate: z.ZodOptional; risk_estimate: z.ZodOptional; tags: z.ZodOptional>; }, "strict", z.ZodTypeAny, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }>, "many">>; }, "strict", z.ZodTypeAny, { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; }, { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; }>>; submitted_at: z.ZodOptional; }, "strict", z.ZodTypeAny, { unit_id: string; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; findings: { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }[]; task_id: string; pass_id: string; file_coverage: { path: string; total_lines: number; reviewed_lines?: number | undefined; }[]; notes?: string[] | undefined; run_id?: string | undefined; attempt?: number | undefined; verification?: { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; } | undefined; followup_tasks?: string[] | undefined; agent_role?: string | undefined; reviewed_clean?: boolean | undefined; requires_followup?: boolean | undefined; submitted_at?: string | undefined; instance_id?: string | undefined; identity_key?: string | undefined; idempotency_key?: string | undefined; emit_source?: "base" | "deepening" | "steward" | "redispatch" | undefined; }, { unit_id: string; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; findings: { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }[]; task_id: string; pass_id: string; file_coverage: { path: string; total_lines: number; reviewed_lines?: number | undefined; }[]; notes?: string[] | undefined; run_id?: string | undefined; attempt?: number | undefined; verification?: { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; } | undefined; followup_tasks?: string[] | undefined; agent_role?: string | undefined; reviewed_clean?: boolean | undefined; requires_followup?: boolean | undefined; submitted_at?: string | undefined; instance_id?: string | undefined; identity_key?: string | undefined; idempotency_key?: string | undefined; emit_source?: "base" | "deepening" | "steward" | "redispatch" | undefined; }>; export declare const WorkerAuditResultsSchema: z.ZodArray; notes: z.ZodOptional>; requires_followup: z.ZodOptional; run_id: z.ZodOptional; instance_id: z.ZodOptional; identity_key: z.ZodOptional; idempotency_key: z.ZodOptional; emit_source: z.ZodOptional>; attempt: z.ZodOptional; } & { lens: z.ZodEnum<["correctness", "architecture", "maintainability", "security", "reliability", "performance", "data_integrity", "tests", "operability", "config_deployment", "observability"]>; file_coverage: z.ZodArray; }, "strict", z.ZodTypeAny, { path: string; total_lines: number; reviewed_lines?: number | undefined; }, { path: string; total_lines: number; reviewed_lines?: number | undefined; }>, "many">; findings: z.ZodArray; title: z.ZodString; severity: z.ZodEnum<["critical", "high", "medium", "low", "info"]>; summary: z.ZodString; impact: z.ZodOptional; likelihood: z.ZodOptional; systemic: z.ZodOptional; theme_id: z.ZodOptional; blast_radius: z.ZodOptional; evidence_grounded: z.ZodOptional; executable_anchor: z.ZodOptional; confirm_if: z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{ kind: z.ZodLiteral<"exit_zero">; }, "strip", z.ZodTypeAny, { kind: "exit_zero"; }, { kind: "exit_zero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"exit_nonzero">; }, "strip", z.ZodTypeAny, { kind: "exit_nonzero"; }, { kind: "exit_nonzero"; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_includes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_includes"; text: string; }, { kind: "output_includes"; text: string; }>, z.ZodObject<{ kind: z.ZodLiteral<"output_excludes">; text: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "output_excludes"; text: string; }, { kind: "output_excludes"; text: string; }>]>; claim: z.ZodOptional; }, "strip", z.ZodTypeAny, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }, { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; }>>; contract_goal_id: z.ZodOptional; contract_obligation_ids: z.ZodOptional>; verification_obligation_ids: z.ZodOptional>; targeted_commands: z.ZodOptional>; analyzer_provenance: z.ZodOptional; path: z.ZodString; snippet_hash: z.ZodString; }, "strict", z.ZodTypeAny, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }, { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; }>>; } & { category: z.ZodString; lens: z.ZodOptional>; affected_files: z.ZodArray; line_end: z.ZodOptional; symbol: z.ZodOptional; quoted_text: z.ZodOptional; hash_at_plan_time: z.ZodOptional; }, "strict", z.ZodTypeAny, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }, { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }>, "many">; evidence: z.ZodArray; reproduction: z.ZodOptional>; related_findings: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }, { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }>, "many">; reviewed_clean: z.ZodOptional; followup_tasks: z.ZodOptional>; verification: z.ZodOptional>; coverage_concerns: z.ZodOptional>; confidence_concerns: z.ZodOptional>; } & { followup_tasks: z.ZodOptional>; rationale: z.ZodString; priority: z.ZodOptional>; status: z.ZodOptional>; completed_at: z.ZodOptional; completion_reason: z.ZodOptional; } & { lens: z.ZodEnum<["correctness", "architecture", "maintainability", "security", "reliability", "performance", "data_integrity", "tests", "operability", "config_deployment", "observability"]>; file_paths: z.ZodArray; file_line_counts: z.ZodOptional>; line_ranges: z.ZodOptional, { path: string; end: number; start: number; }, { path: string; end: number; start: number; }>, "many">>; token_estimate: z.ZodOptional; risk_estimate: z.ZodOptional; tags: z.ZodOptional>; }, "strict", z.ZodTypeAny, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }, { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }>, "many">>; }, "strict", z.ZodTypeAny, { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; }, { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; }>>; submitted_at: z.ZodOptional; }, "strict", z.ZodTypeAny, { unit_id: string; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; findings: { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }[]; task_id: string; pass_id: string; file_coverage: { path: string; total_lines: number; reviewed_lines?: number | undefined; }[]; notes?: string[] | undefined; run_id?: string | undefined; attempt?: number | undefined; verification?: { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; } | undefined; followup_tasks?: string[] | undefined; agent_role?: string | undefined; reviewed_clean?: boolean | undefined; requires_followup?: boolean | undefined; submitted_at?: string | undefined; instance_id?: string | undefined; identity_key?: string | undefined; idempotency_key?: string | undefined; emit_source?: "base" | "deepening" | "steward" | "redispatch" | undefined; }, { unit_id: string; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; findings: { id: string; confidence: "high" | "low" | "medium"; title: string; category: string; severity: "high" | "low" | "critical" | "medium" | "info"; summary: string; affected_files: { path: string; symbol?: string | undefined; line_start?: number | undefined; line_end?: number | undefined; quoted_text?: string | undefined; hash_at_plan_time?: string | undefined; }[]; evidence: string[]; lens?: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability" | undefined; impact?: string | undefined; likelihood?: string | undefined; reproduction?: string[] | undefined; systemic?: boolean | undefined; related_findings?: string[] | undefined; theme_id?: string | undefined; blast_radius?: number | undefined; evidence_grounded?: boolean | undefined; executable_anchor?: { command: string[]; confirm_if: { kind: "exit_zero"; } | { kind: "exit_nonzero"; } | { kind: "output_includes"; text: string; } | { kind: "output_excludes"; text: string; }; claim?: string | undefined; } | undefined; contract_goal_id?: string | undefined; contract_obligation_ids?: string[] | undefined; verification_obligation_ids?: string[] | undefined; targeted_commands?: string[] | undefined; analyzer_provenance?: { path: string; analyzer_id: string; snippet_hash: string; rule?: string | undefined; } | undefined; }[]; task_id: string; pass_id: string; file_coverage: { path: string; total_lines: number; reviewed_lines?: number | undefined; }[]; notes?: string[] | undefined; run_id?: string | undefined; attempt?: number | undefined; verification?: { verified: boolean; needs_followup: boolean; concerns?: string[] | undefined; coverage_concerns?: string[] | undefined; confidence_concerns?: string[] | undefined; followup_tasks?: { unit_id: string; file_paths: string[]; lens: "architecture" | "correctness" | "maintainability" | "security" | "reliability" | "performance" | "data_integrity" | "tests" | "operability" | "config_deployment" | "observability"; rationale: string; task_id: string; pass_id: string; status?: "complete" | "pending" | undefined; tags?: string[] | undefined; token_estimate?: number | undefined; completed_at?: string | undefined; file_line_counts?: Record | undefined; inputs?: Record | undefined; line_ranges?: { path: string; end: number; start: number; }[] | undefined; priority?: "high" | "low" | "medium" | undefined; risk_estimate?: number | undefined; completion_reason?: string | undefined; }[] | undefined; } | undefined; followup_tasks?: string[] | undefined; agent_role?: string | undefined; reviewed_clean?: boolean | undefined; requires_followup?: boolean | undefined; submitted_at?: string | undefined; instance_id?: string | undefined; identity_key?: string | undefined; idempotency_key?: string | undefined; emit_source?: "base" | "deepening" | "steward" | "redispatch" | undefined; }>, "many">; export declare const WORKER_SCHEMA_SOURCES: Record; export declare function renderWorkerJsonSchema(filename: string): Record; //# sourceMappingURL=workerSchemas.d.ts.map