import { z } from "zod"; import { type NegotiationGameState } from "../../protocol/areas/negotiation"; import { type A2ANegotiationAdapterMoveRequest } from "./adapter-contract"; export declare const A2AIngressObservedMaterialPostureSchema: 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>; export type A2AIngressObservedMaterialPosture = z.infer; export declare const A2ANegotiationIngressAdapterMoveRequestDraftSchema: z.ZodObject<{ requestKind: z.ZodLiteral<"a2a_negotiation_adapter_move_request_draft">; requestId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodEnum<{ runtime_evidence: "runtime_evidence"; a2a: "a2a"; acp: "acp"; anp: "anp"; ap2: "ap2"; ucp: "ucp"; x402: "x402"; local_reference: "local_reference"; }>; requiredCheckpointId: z.ZodString; checkpointRecordRequired: z.ZodLiteral; gameStateRequired: z.ZodLiteral; 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>; authorityBoundary: z.ZodObject<{ checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; export type A2ANegotiationIngressAdapterMoveRequestDraft = z.infer; export declare const A2ANegotiationIngressNormalizerAuthorityBoundarySchema: 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>; export type A2ANegotiationIngressNormalizerAuthorityBoundary = z.infer; export declare const A2ANegotiationIngressNormalizationInputSchema: 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>; export type A2ANegotiationIngressNormalizationInput = z.infer; export declare const A2ANegotiationIngressNormalizationResultSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; resultKind: z.ZodLiteral<"a2a_negotiation_ingress_normalization_result">; normalizerId: z.ZodString; ingressAdapterId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodLiteral<"a2a">; normalizationOutcome: z.ZodEnum<{ refuse_raw_material: "refuse_raw_material"; checkpoint_ready: "checkpoint_ready"; checkpoint_proof_gap: "checkpoint_proof_gap"; checkpoint_replay_refused: "checkpoint_replay_refused"; }>; checkpoint: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; a2aIngressCheckpointId: z.ZodString; ingressCheckpointDigest: z.ZodString; ingressAdapterId: 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"; }>; ingressOutcome: z.ZodDefault>; downgradeEvidenceRefs: z.ZodDefault>; replayEvidenceRefs: z.ZodDefault>; normalizedEvidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusalReasonCodes: z.ZodDefault>; redaction: z.ZodObject<{ rawTranscriptIncluded: z.ZodLiteral; rawMessagePartsIncluded: z.ZodLiteral; rawArtifactPartsIncluded: z.ZodLiteral; credentialMaterialIncluded: z.ZodLiteral; paymentMaterialIncluded: z.ZodLiteral; signerMaterialIncluded: z.ZodLiteral; redactionEvidenceRefs: z.ZodDefault>; }, z.core.$strict>; nonAuthority: z.ZodObject<{ actionContractCreated: z.ZodLiteral; authorityCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>>>; adapterMoveRequestDraft: z.ZodDefault; requestId: z.ZodString; adapterId: z.ZodString; sourceProtocol: z.ZodEnum<{ runtime_evidence: "runtime_evidence"; a2a: "a2a"; acp: "acp"; anp: "anp"; ap2: "ap2"; ucp: "ucp"; x402: "x402"; local_reference: "local_reference"; }>; requiredCheckpointId: z.ZodString; checkpointRecordRequired: z.ZodLiteral; gameStateRequired: z.ZodLiteral; 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>; authorityBoundary: z.ZodObject<{ checkpointRecorded: z.ZodLiteral; adapterMoveCompiled: z.ZodLiteral; protocolRecordsCommitted: z.ZodLiteral; actionContractCreated: z.ZodLiteral; policyEvaluated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>>>; stopReasonCode: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; refusedEvidenceRefs: 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>; export type A2ANegotiationIngressNormalizationResult = z.infer; export declare function normalizeA2ANegotiationIngress(inputValue: A2ANegotiationIngressNormalizationInput): A2ANegotiationIngressNormalizationResult; export declare function adapterMoveRequestFromNormalizedA2AIngress(normalizationValue: A2ANegotiationIngressNormalizationResult, gameStateValue: NegotiationGameState): A2ANegotiationAdapterMoveRequest | null;