import { z } from "zod"; declare const CompilableA2AMoveSchema: z.ZodEnum<{ offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; }>; export type CompilableA2AMove = z.infer; export declare const A2ANegotiationOfferDraftSchema: z.ZodObject<{ negotiationOfferId: z.ZodString; offerVersionId: z.ZodString; offerSequence: z.ZodNumber; offeredByPartyId: z.ZodString; offerContentDigest: z.ZodString; offerObjectRefs: 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>; export type A2ANegotiationOfferDraft = z.infer; export declare const A2ANegotiationDecisionDraftSchema: z.ZodObject<{ negotiationDecisionId: z.ZodString; decidedByPartyId: z.ZodString; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>; export type A2ANegotiationDecisionDraft = z.infer; export declare const A2ANegotiationResolutionDraftSchema: z.ZodObject<{ negotiationResolutionId: z.ZodString; resolutionDigest: z.ZodString; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; unknownConstraintRefs: z.ZodDefault>; }, z.core.$strict>; export type A2ANegotiationResolutionDraft = z.infer; export declare const CompileA2ANegotiationMoveInputSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; planId: z.ZodString; move: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; ingressCheckpoint: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; 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>; gameState: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationSessionId: z.ZodString; sourcePosture: z.ZodLiteral<"protocol_store_projection">; stateKind: z.ZodEnum<{ proof_gap: "proof_gap"; replay_refused: "replay_refused"; expired: "expired"; resolved: "resolved"; rejected: "rejected"; counter_required: "counter_required"; withdrawn: "withdrawn"; stale_offer_refused: "stale_offer_refused"; no_agreement: "no_agreement"; session_missing: "session_missing"; proposed: "proposed"; ready_for_offer: "ready_for_offer"; offer_open: "offer_open"; decision_recorded: "decision_recorded"; accepted_bindable: "accepted_bindable"; disputed: "disputed"; superseded: "superseded"; }>; currentOfferVersionId: z.ZodDefault>; currentOfferSequence: z.ZodDefault>; currentOfferRef: z.ZodDefault>; latestDecisionId: z.ZodDefault>; latestDecision: z.ZodDefault>>; latestResolutionId: z.ZodDefault>; latestResolutionKind: z.ZodDefault>>; latestResolverOutcome: z.ZodDefault>>; linkedAgreementId: z.ZodDefault>; agreementStatus: z.ZodDefault>>; agreementObligationBindingId: z.ZodDefault>; bindableObligation: z.ZodDefault>; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; evidenceRefs: z.ZodDefault>; }, z.core.$strict>>>; legalNextMoves: z.ZodDefault>>; stopReasonCode: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; nonAuthority: z.ZodObject<{ actionContractCreated: z.ZodLiteral; authorityCreated: z.ZodLiteral; greenlightIssued: z.ZodLiteral; gatewayCheckPerformed: z.ZodLiteral; mutationAttempted: z.ZodLiteral; }, z.core.$strict>; }, z.core.$strict>; 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>; }, z.core.$strict>; export type CompileA2ANegotiationMoveInput = z.infer; export declare const A2ANegotiationMovePlanSchema: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; planKind: z.ZodLiteral<"a2a_negotiation_move_plan">; planId: z.ZodString; negotiationSessionId: z.ZodString; ingressCheckpointId: z.ZodString; requestedMove: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; planOutcome: z.ZodEnum<{ proof_gap: "proof_gap"; refuse: "refuse"; emit_offer: "emit_offer"; emit_counter_offer_decision_and_resolution: "emit_counter_offer_decision_and_resolution"; emit_decision_and_resolution: "emit_decision_and_resolution"; }>; orderedTransitionCalls: z.ZodDefault>>; offer: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationOfferId: z.ZodString; negotiationSessionId: z.ZodString; offerVersionId: z.ZodString; offerSequence: z.ZodNumber; offeredByPartyId: z.ZodString; previousOfferVersionId: z.ZodDefault>; supersedesOfferVersionId: z.ZodDefault>; offerContentDigest: z.ZodString; offerObjectRefs: 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>>>; decision: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationDecisionId: z.ZodString; negotiationSessionId: z.ZodString; decidedOfferVersionId: z.ZodString; decidedOfferSequence: z.ZodNumber; decidedByPartyId: z.ZodString; decision: z.ZodEnum<{ counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; }>; reasonCodes: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; counterOfferVersionId: z.ZodDefault>; decisionDigest: z.ZodString; }, z.core.$strict>>>; resolutionInput: z.ZodDefault; tenantId: z.ZodString; organizationId: z.ZodString; createdAt: z.ZodString; negotiationResolutionId: z.ZodString; resolverPolicy: z.ZodObject<{ schemaVersion: z.ZodLiteral<"0.2.4">; 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>; negotiationSessionId: z.ZodString; evaluatedMove: z.ZodEnum<{ request_for_proposal: "request_for_proposal"; offer: "offer"; counter: "counter"; accept: "accept"; reject: "reject"; withdraw: "withdraw"; expire: "expire"; dispute: "dispute"; }>; decisionId: z.ZodDefault>; candidateObligation: z.ZodDefault>; actionTypeId: z.ZodString; actionClass: z.ZodString; resourceRef: z.ZodString; counterpartyRef: z.ZodString; maxUses: z.ZodDefault>; evidenceRefs: z.ZodDefault>; }, z.core.$strict>>>; unknownConstraintRefs: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; resolutionDigest: z.ZodString; }, z.core.$strict>>>; stopReasonCode: z.ZodDefault>; evidenceRefs: z.ZodDefault>; proofGapRefs: z.ZodDefault>; authorityBoundary: z.ZodObject<{ protocolRecordsCommitted: 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>; export type A2ANegotiationMovePlan = z.infer; export declare function compileA2ANegotiationMove(inputValue: CompileA2ANegotiationMoveInput): A2ANegotiationMovePlan; export {};