export declare function evidenceContractViewCommand(value: unknown): import("./output").CliOutputEnvelope<{ actionContractRef: string; contractDigest: string; intentCompilationRef: string; candidateActionRef: string; candidateDigest: string; envelopeRef: string; principalRef: string; agentRef: string; participantIdentityBindings: { participantRole: "principal" | "agent"; participantRef: string; identityProviderRef: string; subjectRef: string | null; subjectDigest: string | null; claimsDigest: string | null; verificationEvidenceRef: string; bindingEvidenceRef: string | null; issuedAt: string | null; expiresAt: string | null; authorityPosture: "evidence_only"; }[]; runId: string; runtimeAdapterRef: string; actionClass: string; protectedSurfaceKind: string; resourceRef: string; gatewayId: string; gatewayPolicyVersion: string; requiredProtectedPathState: "not_required" | "gateway_checked"; idempotencyKey: string; paramsDigest: string; nonSecretParamsSummary: Record; gatewayCredentialRefs: { credentialUseName: string; gatewayCredentialRefId: string; gatewayCredentialRefDigest: string; providerRegistryRef: string; providerRegistryDigest: string | null; requiredCredentialCustodyStatus: "unknown" | "gateway_held" | "fixture_gateway_held" | "gateway_resolved_from_vault" | "provider_gateway_held" | "unsafe_agent_visible" | "unsafe_runtime_visible" | "agent_has_raw_credential" | "shared_or_unknown" | "no_mutation_credential"; evidenceExpectationRefs: string[]; }[]; delegatedAuthorityRefs: { authorityUseName: string; delegatedAuthorityRefId: string; delegatedAuthorityRefDigest: string; requiredGrantStatus: "active"; authorityKind: "mutation" | "spend" | "api_call"; policyPackRef: string; policyPackVersion: string; evidenceExpectationRefs: string[]; }[]; evidenceRefs: string[]; clearingEvidenceRefs: { correlationRef?: string | undefined; obligationRef?: string | undefined; counterpartyRef?: string | undefined; }; signaturePosture: "unsigned" | "local_hmac" | "external_signature" | "unverified"; keyIdentityRef: string | null; verificationPolicyRef: string | null; generatedExecutionGraphRef: string | null; generatedExecutionNodeRef: string | null; redactionProfileRef: "contract-view:v0.2-redacted"; omittedFields: string[]; }>; export declare function evidenceReceiptTimelineCommand(value: unknown): import("./output").CliOutputEnvelope<{ receiptRef: string; actionContractRef: string; policyDecisionRef: string; greenlightRef: string | null; gateAttemptRef: string | null; mutationAttemptRef: string | null; gatewayId: string; policyDecisionStatus: "review_required" | "proof_gap" | "refuse" | "quarantine" | "greenlight" | "halt"; gatewayCheckStatus: "proof_gap" | "refused" | "passed" | null; gatewayAdmissionStatus: "proof_gap" | "refused" | "replayed" | "not_requested" | "admitted"; greenlightConsumptionStatus: "replayed" | "not_applicable" | "not_consumed" | "consumed"; mutationAttemptStatus: "unknown" | "failed" | "not_attempted" | "submitted" | "succeeded" | "downstream_refused"; downstreamExecutionStatus: "unknown" | "refused" | "failed" | "succeeded" | "pending" | "not_started"; downstreamOutcomeStatus: "unknown" | "refused" | "failed" | "succeeded" | "pending" | "not_started"; proofGapRefs: string[]; finalityStatus: "unknown" | "pending" | "final" | "suspect"; receiptDigest: string | null; auditChainDigest: string | null; streamOffsets: { streamId: string; streamScope: "tenant" | "organization" | "run" | "protected_surface_resource"; partitionKey: string; offsetStart: number; offsetEnd: number; terminalEventDigest: string; }[]; events: { streamId: string; streamScope: "tenant" | "organization" | "run" | "protected_surface_resource"; partitionKey: string; offset: number; eventType: "protected_path_posture_recorded" | "review_required" | "review_artifact_recorded" | "review_decision_recorded" | "receipt_exported" | "recovery_recommended" | "proof_gap_resolved" | "gateway_checked" | "intent_compiled" | "runtime_execution_recorded" | "generated_execution_graph_recorded" | "install_setup_recorded" | "install_setup_refused" | "gateway_credential_ref_registered" | "delegated_authority_ref_registered" | "delegated_authority_status_changed" | "gateway_custody_proof_packet_recorded" | "credential_resolution_recorded" | "typed_action_commitment_recorded" | "idempotency_ledger_recorded" | "bypass_probe_recorded" | "tool_call_draft_recorded" | "negotiation_session_recorded" | "negotiation_offer_recorded" | "negotiation_decision_recorded" | "linked_agreement_recorded" | "agreement_obligation_binding_recorded" | "agreement_status_transition_recorded" | "action_proposed" | "policy_decision_recorded" | "action_greenlit" | "action_refused" | "mutation_attempted" | "protected_surface_operation_claimed" | "protected_surface_operation_released" | "surface_operation_reconciled" | "gateway_refused" | "breaker_decision_recorded" | "receipt_emitted" | "authority_certificate_emitted" | "raw_evidence_read_audited" | "recovery_status_changed" | "proof_gap_recorded" | "isolation_changed"; eventTime: string; eventDigest: string; objectRefs: string[]; }[]; missingEventCount: number; failureEvidence: { downstreamRetryability: "unknown" | "retryable" | "non_retryable"; providerRequestRef: string | null; providerOperationRef: string | null; redactedDiagnosticsDigest: string | null; traceRef: string | null; spanRef: string | null; diagnosticsRedactionPosture: "unknown" | "none" | "redacted" | "digest_only"; } | null; delegationProvenance: { a1ChainFingerprint: string; chainDepth: number; principalPkFingerprint: string; terminalDelegatePkFingerprint: string; verifyOutcome: "valid" | "invalid"; reasonCodes: string[]; evidenceBindingDigest: string; a1VerifierVersion: string; mutationAuthorityCreated: false; greenlightCreated: false; } | null; redactionProfileRef: "receipt-timeline:v0.2-redacted"; omittedFields: string[]; }>; export declare function installHealthProjectionCommand(value: unknown): import("./output").CliOutputEnvelope<{ actionContractRef: string; postureScopeKey: string; runtimeAdapterRef: string; gatewayId: string; actionClass: string; protectedSurfaceKind: string; resourceRef: string; requiredProtectedPathState: "not_required" | "gateway_checked"; installHealthStatus: "unknown" | "not_required" | "stale" | "missing" | "satisfies_gateway_checked" | "unsafe"; reasonCodes: string[]; currentPostureRef: string | null; currentPostureDigest: string | null; postureState: "gateway_checked" | "bypass_risk" | "advisory" | "blind" | "fixture_only" | null; credentialCustodyStatus: "unknown" | "gateway_held" | "fixture_gateway_held" | "gateway_resolved_from_vault" | "provider_gateway_held" | "unsafe_agent_visible" | "unsafe_runtime_visible" | "agent_has_raw_credential" | "shared_or_unknown" | "no_mutation_credential" | null; rawSiblingToolStatus: "unknown" | "absent" | "blocked" | "present" | null; sourceAuthority: "unknown" | "conformance_fixture" | "runtime_probe" | "gateway_probe" | "operator_attestation" | "hosted_monitor" | null; bypassProbeCoverage: { bypassProbeId: string; probeKind: "credential_custody" | "raw_sibling_blocking" | "mcp_direct_call_blocking" | "token_passthrough_blocking" | "wrapper_drift" | "failure_closed"; probeOutcome: "inconclusive" | "passed" | "failed"; sourceAuthority: "unknown" | "conformance_fixture" | "runtime_probe" | "gateway_probe" | "operator_attestation" | "hosted_monitor"; probeDigest: string; }[]; observedAt: string | null; expiresAt: string | null; redactionProfileRef: "protected-path-install-health:v0.2-redacted"; omittedFields: string[]; }>;