/** Project scope roots named by command params — the one journal fact the * startup orphan sweep needs. Fed from the prepared global CommandStore's * records plus the roots its prune tombstones retained. */ export declare function commandScopeRoots(records: Iterable<{ params?: unknown; } | undefined>): string[]; //# sourceMappingURL=command-scope-roots.d.ts.map