/** * `totem artifact rerun ` / `totem artifact compare ` — thin CLI * verbs over the run-artifact primitives (mmnto-ai/totem#2100, operator * ruling: verbs ship in-slice — sensors nobody can invoke don't get * dogfooded). JSON to stdout, no interactivity; the primitives carry all the * semantics (`services/run-artifacts.ts`). Everything (including `node:path`) * is lazy-imported per the CLI command-module contract. */ export declare function artifactRerunCommand(hash: string): Promise; export declare function artifactCompareCommand(hashA: string, hashB: string): Promise; //# sourceMappingURL=artifact.d.ts.map