import { z } from "zod"; export declare const ActiveReviewRunSchema: z.ZodObject<{ contract_version: z.ZodLiteral<"audit-review-run/v1alpha1">; run_id: z.ZodString; review_run_path: z.ZodString; pending_audit_tasks_path: z.ZodString; host_workload_path: z.ZodString; host_result_map_path: z.ZodString; }, "strict", z.ZodTypeAny, { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; }, { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; }>; /** The persisted review-run manifest shape, derived from its zod source. */ export type ActiveReviewRun = z.infer; export declare const AuditCodeResponseSchema: z.ZodObject<{ contract_version: z.ZodLiteral<"audit-code/v1alpha1">; audit_state: z.ZodObject<{ status: z.ZodEnum<["not_started", "active", "blocked", "complete"]>; last_executor: z.ZodOptional; last_obligation: z.ZodOptional; blockers: z.ZodOptional>; obligations: z.ZodArray; reason: z.ZodOptional; }, "strict", z.ZodTypeAny, { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }, { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }>, "many">; }, "strict", z.ZodTypeAny, { status: "blocked" | "complete" | "not_started" | "active"; obligations: { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }[]; last_executor?: string | undefined; last_obligation?: string | undefined; blockers?: string[] | undefined; }, { status: "blocked" | "complete" | "not_started" | "active"; obligations: { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }[]; last_executor?: string | undefined; last_obligation?: string | undefined; blockers?: string[] | undefined; }>; selected_obligation: z.ZodNullable; selected_executor: z.ZodNullable; progress_made: z.ZodBoolean; artifacts_written: z.ZodArray; progress_summary: z.ZodString; next_likely_step: z.ZodNullable; handoff: z.ZodOptional; repo_root: z.ZodString; artifacts_dir: z.ZodString; summary: z.ZodString; pending_obligations: z.ZodArray; suggested_inputs: z.ZodArray; suggested_path: z.ZodString; description: z.ZodString; }, "strict", z.ZodTypeAny, { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }, { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }>, "many">; suggested_commands: z.ZodArray; active_review_run: z.ZodOptional; run_id: z.ZodString; review_run_path: z.ZodString; pending_audit_tasks_path: z.ZodString; host_workload_path: z.ZodString; host_result_map_path: z.ZodString; }, "strict", z.ZodTypeAny, { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; }, { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; }>>; artifact_paths: z.ZodObject<{ operator_inputs_dir: z.ZodString; operator_handoff_json: z.ZodString; operator_handoff_markdown: z.ZodString; session_config: z.ZodString; run_ledger: z.ZodString; current_review_run: z.ZodNullable; current_prompt: z.ZodNullable; current_tasks: z.ZodNullable; audit_tasks: z.ZodNullable; runtime_validation_tasks: z.ZodNullable; friction_record: z.ZodString; }, "strict", z.ZodTypeAny, { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }, { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }>; quick_start: z.ZodOptional; file_map: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status: "blocked" | "complete" | "not_started" | "active"; summary: string; repo_root: string; artifacts_dir: string; pending_obligations: string[]; suggested_inputs: { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }[]; suggested_commands: string[]; artifact_paths: { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }; active_review_run?: { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; } | undefined; quick_start?: string | undefined; file_map?: Record | undefined; }, { status: "blocked" | "complete" | "not_started" | "active"; summary: string; repo_root: string; artifacts_dir: string; pending_obligations: string[]; suggested_inputs: { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }[]; suggested_commands: string[]; artifact_paths: { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }; active_review_run?: { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; } | undefined; quick_start?: string | undefined; file_map?: Record | undefined; }>>; }, "strict", z.ZodTypeAny, { contract_version: "audit-code/v1alpha1"; audit_state: { status: "blocked" | "complete" | "not_started" | "active"; obligations: { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }[]; last_executor?: string | undefined; last_obligation?: string | undefined; blockers?: string[] | undefined; }; artifacts_written: string[]; progress_summary: string; selected_obligation: string | null; selected_executor: string | null; progress_made: boolean; next_likely_step: string | null; handoff?: { status: "blocked" | "complete" | "not_started" | "active"; summary: string; repo_root: string; artifacts_dir: string; pending_obligations: string[]; suggested_inputs: { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }[]; suggested_commands: string[]; artifact_paths: { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }; active_review_run?: { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; } | undefined; quick_start?: string | undefined; file_map?: Record | undefined; } | undefined; }, { contract_version: "audit-code/v1alpha1"; audit_state: { status: "blocked" | "complete" | "not_started" | "active"; obligations: { id: string; state: "blocked" | "missing" | "satisfied" | "present" | "stale"; reason?: string | undefined; }[]; last_executor?: string | undefined; last_obligation?: string | undefined; blockers?: string[] | undefined; }; artifacts_written: string[]; progress_summary: string; selected_obligation: string | null; selected_executor: string | null; progress_made: boolean; next_likely_step: string | null; handoff?: { status: "blocked" | "complete" | "not_started" | "active"; summary: string; repo_root: string; artifacts_dir: string; pending_obligations: string[]; suggested_inputs: { flag: "--batch-results" | "--results" | "--updates" | "--external-analyzer-results"; description: string; suggested_path: string; }[]; suggested_commands: string[]; artifact_paths: { current_prompt: string | null; runtime_validation_tasks: string | null; audit_tasks: string | null; operator_inputs_dir: string; operator_handoff_json: string; operator_handoff_markdown: string; session_config: string; run_ledger: string; current_review_run: string | null; current_tasks: string | null; friction_record: string; }; active_review_run?: { contract_version: "audit-review-run/v1alpha1"; run_id: string; review_run_path: string; pending_audit_tasks_path: string; host_workload_path: string; host_result_map_path: string; } | undefined; quick_start?: string | undefined; file_map?: Record | undefined; } | undefined; }>; //# sourceMappingURL=wrapperResponse.d.ts.map