/** * `agentguard verify`: verify a signed decision log entry or full chain. * * Default target: --trace latest reads ~/.agentguard/demo/latest-receipt.json * produced by `agentguard demo`. */ export declare function runVerify(argv: string[]): Promise; //# sourceMappingURL=verify.d.ts.map