Files
2026-09-16 19:33:47 +08:00

3 lines
266 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import type { AssetTrustDeps } from './assetTrust.js';
/** CLI composition只拼接runtime证据与core策略不执行冻结轨迹中的命令。 */
export declare function runReferenceAccessCommand(argv: readonly string[], deps: AssetTrustDeps): Promise<number>;