mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
2 lines
235 B
TypeScript
2 lines
235 B
TypeScript
import type { AssetTrustDeps } from './assetTrust.js';
|
|
export declare function runSourceQualificationCommand(argv: readonly string[], deps: AssetTrustDeps, actorId: (env: Record<string, string | undefined>) => string): Promise<number>; |