import { type PendingDecision } from "./aggregate.js"; export declare function gatherPendingDecisions(root: string): PendingDecision[]; //# sourceMappingURL=gather.d.ts.map