export declare function renderApsReportCommand(reportValue: unknown): import("./output").CliOutputEnvelope<{ schemaVersion: string; proofBoundary: string; protectedAction: { [x: string]: unknown; actionClass: string; x402EvidenceProfile?: string | undefined; selectedPaymentRequirementIndex?: number | null | undefined; selectedPaymentRequirementDigest?: string | null | undefined; }; authorityPath: Record; evidencePosture: Record; terminalPosture: Record; phases: { phase: string; verdict: string; }[]; missingProofObjects: Record[]; }>;