import { type StoreOps, type ToolImpact } from "./core/index.js"; /** The wire shape lives in core: `vendo sync` reads this report back off the * response from another package, so producer and consumer share one * definition. Named here because this is where it is produced. */ export type { ToolImpact }; export declare function computeImpact(ops: StoreOps | undefined, tools: string[]): Promise;