import { z } from "zod"; export declare const A2ANegotiationIngressAdmissionAuthorityBoundarySchema: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; export type A2ANegotiationIngressAdmissionAuthorityBoundary = z.infer; export declare const A2ANegotiationIngressAdmissionInputSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; admissionKind: z.ZodLiteral<"a2a_negotiation_ingress_admission_input">; admissionId: z.ZodString; ingressAdapterId: z.ZodString; sourceProtocol: z.ZodLiteral<"a2a">; expectedCheckpointRef: z.ZodString; expectedTaskRef: z.ZodString; expectedCounterpartyAgentRef: z.ZodString; pressurePlan: z.ZodObject<{ planKind: z.ZodLiteral<"a2a_ingress_pressure_plan">; transportWindowRef: z.ZodString; observedEventCount: z.ZodNumber; uniqueCheckpointCount: z.ZodNumber; duplicateReplayKeyCount: z.ZodNumber; rawMaterialEventCount: z.ZodNumber; threatEventCount: z.ZodNumber; checkpointBudget: z.ZodNumber; checkpointCandidates: z.ZodArray; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>; deferredCheckpointRefs: z.ZodDefault>; refusedEventRefs: z.ZodDefault>; pressureOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; within_budget: "within_budget"; back_pressure_required: "back_pressure_required"; proof_gap_required: "proof_gap_required"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ recordsPerMessageKernelState: z.ZodLiteral; checkpointCandidatesOnly: z.ZodLiteral; actionContractCreated: z.ZodLiteral; authorityCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; normalizationInput: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; normalizerKind: z.ZodLiteral<"a2a_negotiation_ingress_normalization_input">; normalizerId: z.ZodString; ingressAdapterId: z.ZodString; adapterMoveRequestId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodDefault>; a2aIngressCheckpointId: z.ZodString; ingressCheckpointDigest: z.ZodString; negotiationSessionId: z.ZodDefault>; subjectResourceRef: z.ZodString; externalCorrelationRef: z.ZodString; protocolVersion: z.ZodString; protocolBinding: z.ZodEnum<{ other: "other"; json_rpc_http: "json_rpc_http"; grpc: "grpc"; sse: "sse"; }>; protocolVersionPosture: z.ZodEnum<{ accepted_current: "accepted_current"; accepted_compatible: "accepted_compatible"; downgrade_refused: "downgrade_refused"; unsupported_proof_gap: "unsupported_proof_gap"; }>; counterpartyAgentRef: z.ZodString; agentCard: z.ZodObject<{ agentCardRef: z.ZodString; agentCardDigest: z.ZodDefault>; agentCardUrlRef: z.ZodDefault>; discoveryPosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; well_known_pinned: "well_known_pinned"; authenticated_extended_card: "authenticated_extended_card"; imported_unpinned: "imported_unpinned"; }>; protocolVersionDeclared: z.ZodDefault>; capabilitiesDigest: z.ZodDefault>; authSchemes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; task: z.ZodObject<{ taskRef: z.ZodString; taskDigest: z.ZodDefault>; taskState: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; submitted: "submitted"; working: "working"; input_required: "input_required"; completed: "completed"; canceled: "canceled"; }>; taskOwnershipPosture: z.ZodEnum<{ bound_to_counterparty: "bound_to_counterparty"; ambiguous_proof_gap: "ambiguous_proof_gap"; unverified_imported: "unverified_imported"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; messageRefs: z.ZodDefault>; taskRef: z.ZodString; role: z.ZodEnum<{ unknown: "unknown"; agent: "agent"; user: "user"; }>; messagePersistencePosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; task_history_persisted: "task_history_persisted"; stream_observed_only: "stream_observed_only"; }>; evidenceUse: z.ZodEnum<{ other: "other"; negotiation_context: "negotiation_context"; decision_context: "decision_context"; status_context: "status_context"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; artifactRefs: z.ZodDefault>; taskRef: z.ZodString; artifactUse: z.ZodEnum<{ other: "other"; offer_terms_ref: "offer_terms_ref"; agreement_terms_ref: "agreement_terms_ref"; result_ref: "result_ref"; }>; redactionDigest: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; authPosture: z.ZodEnum<{ authenticated_request: "authenticated_request"; declared_auth_only: "declared_auth_only"; unauthenticated_proof_gap: "unauthenticated_proof_gap"; auth_refused: "auth_refused"; }>; replayKey: z.ZodString; replayKeyDigest: z.ZodString; replayPosture: z.ZodEnum<{ unique_import_key: "unique_import_key"; replay_proof_gap: "replay_proof_gap"; duplicate_refused: "duplicate_refused"; }>; replayEvidenceRefs: z.ZodDefault>; normalizedEvidenceRefs: z.ZodDefault>; downgradeEvidenceRefs: z.ZodDefault>; observedMaterial: z.ZodObject<{ rawTranscriptObserved: z.ZodDefault; rawMessagePartsObserved: z.ZodDefault; rawArtifactPartsObserved: z.ZodDefault; credentialMaterialObserved: z.ZodDefault; paymentMaterialObserved: z.ZodDefault; signerMaterialObserved: z.ZodDefault; redactionEvidenceRefs: z.ZodDefault>; }, z.core.$strict>; threatPostures: z.ZodDefault>>; move: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; resolverPolicy: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationResolverPolicyId: z.ZodString; resolverVersion: z.ZodString; resolverPolicyDigest: z.ZodString; resolverKind: z.ZodEnum<{ bilateral_protected_action_terms_v1: "bilateral_protected_action_terms_v1"; contract_net_protected_action_terms_v1: "contract_net_protected_action_terms_v1"; }>; allowedMoves: z.ZodArray>; requiredPartyProofPosture: z.ZodEnum<{ allow_self_attested_with_gap: "allow_self_attested_with_gap"; require_host_verified_refs: "require_host_verified_refs"; }>; staleOfferPolicy: z.ZodLiteral<"reject_accepting_non_current_offer">; replayPolicy: z.ZodLiteral<"reject_duplicate_decision_and_binding">; unknownConstraintPolicy: z.ZodLiteral<"proof_gap">; authorityPosture: z.ZodLiteral<"non_authority_resolver">; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; offerDraft: z.ZodDefault>; offerContentRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; expiresAt: z.ZodDefault>; }, z.core.$strict>>>; decisionDraft: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>>>; resolutionDraft: z.ZodDefault>; proofGapRefs: z.ZodDefault>; unknownConstraintRefs: z.ZodDefault>; }, z.core.$strict>>>; candidateObligation: z.ZodDefault>; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; evidenceRefs: z.ZodDefault>; }, z.core.$strict>>>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; authorityBoundary: z.ZodObject<{ normalizerCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; export type A2ANegotiationIngressAdmissionInput = z.infer; export declare const A2ANegotiationIngressAdmissionResultSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; resultKind: z.ZodLiteral<"a2a_negotiation_ingress_admission_result">; admissionId: z.ZodString; ingressAdapterId: z.ZodString; sourceProtocol: z.ZodLiteral<"a2a">; admissionOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; back_pressure_required: "back_pressure_required"; ready_to_normalize: "ready_to_normalize"; normalize_with_proof_gaps: "normalize_with_proof_gaps"; }>; permittedNextStep: z.ZodEnum<{ stop: "stop"; normalize_checkpoint: "normalize_checkpoint"; }>; admittedNormalizationInput: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; normalizerKind: z.ZodLiteral<"a2a_negotiation_ingress_normalization_input">; normalizerId: z.ZodString; ingressAdapterId: z.ZodString; adapterMoveRequestId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodDefault>; a2aIngressCheckpointId: z.ZodString; ingressCheckpointDigest: z.ZodString; negotiationSessionId: z.ZodDefault>; subjectResourceRef: z.ZodString; externalCorrelationRef: z.ZodString; protocolVersion: z.ZodString; protocolBinding: z.ZodEnum<{ other: "other"; json_rpc_http: "json_rpc_http"; grpc: "grpc"; sse: "sse"; }>; protocolVersionPosture: z.ZodEnum<{ accepted_current: "accepted_current"; accepted_compatible: "accepted_compatible"; downgrade_refused: "downgrade_refused"; unsupported_proof_gap: "unsupported_proof_gap"; }>; counterpartyAgentRef: z.ZodString; agentCard: z.ZodObject<{ agentCardRef: z.ZodString; agentCardDigest: z.ZodDefault>; agentCardUrlRef: z.ZodDefault>; discoveryPosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; well_known_pinned: "well_known_pinned"; authenticated_extended_card: "authenticated_extended_card"; imported_unpinned: "imported_unpinned"; }>; protocolVersionDeclared: z.ZodDefault>; capabilitiesDigest: z.ZodDefault>; authSchemes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; task: z.ZodObject<{ taskRef: z.ZodString; taskDigest: z.ZodDefault>; taskState: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; submitted: "submitted"; working: "working"; input_required: "input_required"; completed: "completed"; canceled: "canceled"; }>; taskOwnershipPosture: z.ZodEnum<{ bound_to_counterparty: "bound_to_counterparty"; ambiguous_proof_gap: "ambiguous_proof_gap"; unverified_imported: "unverified_imported"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; messageRefs: z.ZodDefault>; taskRef: z.ZodString; role: z.ZodEnum<{ unknown: "unknown"; agent: "agent"; user: "user"; }>; messagePersistencePosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; task_history_persisted: "task_history_persisted"; stream_observed_only: "stream_observed_only"; }>; evidenceUse: z.ZodEnum<{ other: "other"; negotiation_context: "negotiation_context"; decision_context: "decision_context"; status_context: "status_context"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; artifactRefs: z.ZodDefault>; taskRef: z.ZodString; artifactUse: z.ZodEnum<{ other: "other"; offer_terms_ref: "offer_terms_ref"; agreement_terms_ref: "agreement_terms_ref"; result_ref: "result_ref"; }>; redactionDigest: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; authPosture: z.ZodEnum<{ authenticated_request: "authenticated_request"; declared_auth_only: "declared_auth_only"; unauthenticated_proof_gap: "unauthenticated_proof_gap"; auth_refused: "auth_refused"; }>; replayKey: z.ZodString; replayKeyDigest: z.ZodString; replayPosture: z.ZodEnum<{ unique_import_key: "unique_import_key"; replay_proof_gap: "replay_proof_gap"; duplicate_refused: "duplicate_refused"; }>; replayEvidenceRefs: z.ZodDefault>; normalizedEvidenceRefs: z.ZodDefault>; downgradeEvidenceRefs: z.ZodDefault>; observedMaterial: z.ZodObject<{ rawTranscriptObserved: z.ZodDefault; rawMessagePartsObserved: z.ZodDefault; rawArtifactPartsObserved: z.ZodDefault; credentialMaterialObserved: z.ZodDefault; paymentMaterialObserved: z.ZodDefault; signerMaterialObserved: z.ZodDefault; redactionEvidenceRefs: z.ZodDefault>; }, z.core.$strict>; threatPostures: z.ZodDefault>>; move: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; resolverPolicy: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationResolverPolicyId: z.ZodString; resolverVersion: z.ZodString; resolverPolicyDigest: z.ZodString; resolverKind: z.ZodEnum<{ bilateral_protected_action_terms_v1: "bilateral_protected_action_terms_v1"; contract_net_protected_action_terms_v1: "contract_net_protected_action_terms_v1"; }>; allowedMoves: z.ZodArray>; requiredPartyProofPosture: z.ZodEnum<{ allow_self_attested_with_gap: "allow_self_attested_with_gap"; require_host_verified_refs: "require_host_verified_refs"; }>; staleOfferPolicy: z.ZodLiteral<"reject_accepting_non_current_offer">; replayPolicy: z.ZodLiteral<"reject_duplicate_decision_and_binding">; unknownConstraintPolicy: z.ZodLiteral<"proof_gap">; authorityPosture: z.ZodLiteral<"non_authority_resolver">; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; offerDraft: z.ZodDefault>; offerContentRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; expiresAt: z.ZodDefault>; }, z.core.$strict>>>; decisionDraft: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>>>; resolutionDraft: z.ZodDefault>; proofGapRefs: z.ZodDefault>; unknownConstraintRefs: z.ZodDefault>; }, z.core.$strict>>>; candidateObligation: z.ZodDefault>; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; evidenceRefs: z.ZodDefault>; }, z.core.$strict>>>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; authorityBoundary: z.ZodObject<{ normalizerCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>>>; admissionReasonCode: z.ZodDefault>; admittedCheckpointRef: z.ZodString; admittedReplayKeyDigest: z.ZodString; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusedEvidenceRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; export type A2ANegotiationIngressAdmissionResult = z.infer; export declare const A2ANegotiationIngressAdmissionNextAdapterStepSchema: z.ZodEnum<{ call_normalize_a2a_ingress: "call_normalize_a2a_ingress"; call_normalize_a2a_ingress_with_proof_gaps: "call_normalize_a2a_ingress_with_proof_gaps"; stop_apply_back_pressure: "stop_apply_back_pressure"; stop_refuse_raw_material: "stop_refuse_raw_material"; }>; export type A2ANegotiationIngressAdmissionNextAdapterStep = z.infer; export declare const A2ANegotiationIngressAdmissionReadbackInputSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; readbackKind: z.ZodLiteral<"a2a_negotiation_ingress_admission_readback_input">; readbackId: z.ZodString; pressurePlan: z.ZodObject<{ planKind: z.ZodLiteral<"a2a_ingress_pressure_plan">; transportWindowRef: z.ZodString; observedEventCount: z.ZodNumber; uniqueCheckpointCount: z.ZodNumber; duplicateReplayKeyCount: z.ZodNumber; rawMaterialEventCount: z.ZodNumber; threatEventCount: z.ZodNumber; checkpointBudget: z.ZodNumber; checkpointCandidates: z.ZodArray; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>; deferredCheckpointRefs: z.ZodDefault>; refusedEventRefs: z.ZodDefault>; pressureOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; within_budget: "within_budget"; back_pressure_required: "back_pressure_required"; proof_gap_required: "proof_gap_required"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ recordsPerMessageKernelState: z.ZodLiteral; checkpointCandidatesOnly: z.ZodLiteral; actionContractCreated: z.ZodLiteral; authorityCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; admissionResult: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; resultKind: z.ZodLiteral<"a2a_negotiation_ingress_admission_result">; admissionId: z.ZodString; ingressAdapterId: z.ZodString; sourceProtocol: z.ZodLiteral<"a2a">; admissionOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; back_pressure_required: "back_pressure_required"; ready_to_normalize: "ready_to_normalize"; normalize_with_proof_gaps: "normalize_with_proof_gaps"; }>; permittedNextStep: z.ZodEnum<{ stop: "stop"; normalize_checkpoint: "normalize_checkpoint"; }>; admittedNormalizationInput: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; normalizerKind: z.ZodLiteral<"a2a_negotiation_ingress_normalization_input">; normalizerId: z.ZodString; ingressAdapterId: z.ZodString; adapterMoveRequestId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodDefault>; a2aIngressCheckpointId: z.ZodString; ingressCheckpointDigest: z.ZodString; negotiationSessionId: z.ZodDefault>; subjectResourceRef: z.ZodString; externalCorrelationRef: z.ZodString; protocolVersion: z.ZodString; protocolBinding: z.ZodEnum<{ other: "other"; json_rpc_http: "json_rpc_http"; grpc: "grpc"; sse: "sse"; }>; protocolVersionPosture: z.ZodEnum<{ accepted_current: "accepted_current"; accepted_compatible: "accepted_compatible"; downgrade_refused: "downgrade_refused"; unsupported_proof_gap: "unsupported_proof_gap"; }>; counterpartyAgentRef: z.ZodString; agentCard: z.ZodObject<{ agentCardRef: z.ZodString; agentCardDigest: z.ZodDefault>; agentCardUrlRef: z.ZodDefault>; discoveryPosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; well_known_pinned: "well_known_pinned"; authenticated_extended_card: "authenticated_extended_card"; imported_unpinned: "imported_unpinned"; }>; protocolVersionDeclared: z.ZodDefault>; capabilitiesDigest: z.ZodDefault>; authSchemes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; task: z.ZodObject<{ taskRef: z.ZodString; taskDigest: z.ZodDefault>; taskState: z.ZodEnum<{ unknown: "unknown"; failed: "failed"; submitted: "submitted"; working: "working"; input_required: "input_required"; completed: "completed"; canceled: "canceled"; }>; taskOwnershipPosture: z.ZodEnum<{ bound_to_counterparty: "bound_to_counterparty"; ambiguous_proof_gap: "ambiguous_proof_gap"; unverified_imported: "unverified_imported"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>; messageRefs: z.ZodDefault>; taskRef: z.ZodString; role: z.ZodEnum<{ unknown: "unknown"; agent: "agent"; user: "user"; }>; messagePersistencePosture: z.ZodEnum<{ proof_gap_recorded: "proof_gap_recorded"; task_history_persisted: "task_history_persisted"; stream_observed_only: "stream_observed_only"; }>; evidenceUse: z.ZodEnum<{ other: "other"; negotiation_context: "negotiation_context"; decision_context: "decision_context"; status_context: "status_context"; }>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; artifactRefs: z.ZodDefault>; taskRef: z.ZodString; artifactUse: z.ZodEnum<{ other: "other"; offer_terms_ref: "offer_terms_ref"; agreement_terms_ref: "agreement_terms_ref"; result_ref: "result_ref"; }>; redactionDigest: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; authPosture: z.ZodEnum<{ authenticated_request: "authenticated_request"; declared_auth_only: "declared_auth_only"; unauthenticated_proof_gap: "unauthenticated_proof_gap"; auth_refused: "auth_refused"; }>; replayKey: z.ZodString; replayKeyDigest: z.ZodString; replayPosture: z.ZodEnum<{ unique_import_key: "unique_import_key"; replay_proof_gap: "replay_proof_gap"; duplicate_refused: "duplicate_refused"; }>; replayEvidenceRefs: z.ZodDefault>; normalizedEvidenceRefs: z.ZodDefault>; downgradeEvidenceRefs: z.ZodDefault>; observedMaterial: z.ZodObject<{ rawTranscriptObserved: z.ZodDefault; rawMessagePartsObserved: z.ZodDefault; rawArtifactPartsObserved: z.ZodDefault; credentialMaterialObserved: z.ZodDefault; paymentMaterialObserved: z.ZodDefault; signerMaterialObserved: z.ZodDefault; redactionEvidenceRefs: z.ZodDefault>; }, z.core.$strict>; threatPostures: z.ZodDefault>>; move: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; resolverPolicy: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationResolverPolicyId: z.ZodString; resolverVersion: z.ZodString; resolverPolicyDigest: z.ZodString; resolverKind: z.ZodEnum<{ bilateral_protected_action_terms_v1: "bilateral_protected_action_terms_v1"; contract_net_protected_action_terms_v1: "contract_net_protected_action_terms_v1"; }>; allowedMoves: z.ZodArray>; requiredPartyProofPosture: z.ZodEnum<{ allow_self_attested_with_gap: "allow_self_attested_with_gap"; require_host_verified_refs: "require_host_verified_refs"; }>; staleOfferPolicy: z.ZodLiteral<"reject_accepting_non_current_offer">; replayPolicy: z.ZodLiteral<"reject_duplicate_decision_and_binding">; unknownConstraintPolicy: z.ZodLiteral<"proof_gap">; authorityPosture: z.ZodLiteral<"non_authority_resolver">; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; offerDraft: z.ZodDefault>; offerContentRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; externalProtocolEvidenceRefs: z.ZodDefault; protocolVersion: z.ZodString; objectKind: z.ZodString; objectRef: z.ZodString; objectDigest: z.ZodString; evidencePosture: z.ZodLiteral<"imported_evidence_only">; evidenceUse: z.ZodEnum<{ conversation_context: "conversation_context"; descriptor_context: "descriptor_context"; runtime_context: "runtime_context"; mandate_context_evidence: "mandate_context_evidence"; tool_context: "tool_context"; handoff_context: "handoff_context"; other_context: "other_context"; }>; proofGapRefs: z.ZodDefault>; }, z.core.$strict>>>; generatedCodeOrSpecRefs: z.ZodDefault>; declaredAssumptions: z.ZodDefault>; uncertaintyMarkers: z.ZodDefault>; clearingEvidenceRefs: z.ZodDefault; obligationRef: z.ZodOptional; counterpartyRef: z.ZodOptional; }, z.core.$strict>>; expiresAt: z.ZodDefault>; }, z.core.$strict>>>; decisionDraft: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>>>; resolutionDraft: z.ZodDefault>; proofGapRefs: z.ZodDefault>; unknownConstraintRefs: z.ZodDefault>; }, z.core.$strict>>>; candidateObligation: z.ZodDefault>; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; evidenceRefs: z.ZodDefault>; }, z.core.$strict>>>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; authorityBoundary: z.ZodObject<{ normalizerCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>>>; admissionReasonCode: z.ZodDefault>; admittedCheckpointRef: z.ZodString; admittedReplayKeyDigest: z.ZodString; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusedEvidenceRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; evidenceRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; export type A2ANegotiationIngressAdmissionReadbackInput = z.infer; export declare const A2ANegotiationIngressAdmissionReadbackPacketSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; packetKind: z.ZodLiteral<"a2a_negotiation_ingress_admission_readback">; readbackId: z.ZodString; readbackSchemaVersion: z.ZodLiteral<"a2a.ingress.admission.readback.v1">; ingressAdapterId: z.ZodString; transportWindowRef: z.ZodString; pressure: z.ZodObject<{ pressureOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; within_budget: "within_budget"; back_pressure_required: "back_pressure_required"; proof_gap_required: "proof_gap_required"; }>; observedEventCount: z.ZodNumber; uniqueCheckpointCount: z.ZodNumber; checkpointBudget: z.ZodNumber; checkpointCandidateCount: z.ZodNumber; deferredCheckpointRefs: z.ZodDefault>; refusedEventRefs: z.ZodDefault>; }, z.core.$strict>; admission: z.ZodObject<{ admissionOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; back_pressure_required: "back_pressure_required"; ready_to_normalize: "ready_to_normalize"; normalize_with_proof_gaps: "normalize_with_proof_gaps"; }>; admissionReasonCode: z.ZodDefault>; checkpointNormalizationReady: z.ZodBoolean; admittedCheckpointRef: z.ZodString; admittedReplayKeyDigest: z.ZodString; nextAdapterStep: z.ZodEnum<{ call_normalize_a2a_ingress: "call_normalize_a2a_ingress"; call_normalize_a2a_ingress_with_proof_gaps: "call_normalize_a2a_ingress_with_proof_gaps"; stop_apply_back_pressure: "stop_apply_back_pressure"; stop_refuse_raw_material: "stop_refuse_raw_material"; }>; }, z.core.$strict>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusedEvidenceRefs: z.ZodDefault>; nonClaims: z.ZodArray>; authorityBoundary: z.ZodObject<{ admissionCreatedAuthority: z.ZodLiteral; checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; export type A2ANegotiationIngressAdmissionReadbackPacket = z.infer; export declare function admitA2ANegotiationIngress(inputValue: A2ANegotiationIngressAdmissionInput): A2ANegotiationIngressAdmissionResult; export declare function projectA2ANegotiationIngressAdmissionReadback(inputValue: A2ANegotiationIngressAdmissionReadbackInput): A2ANegotiationIngressAdmissionReadbackPacket;