import { type ToolRegistry } from '@opensip-cli/core'; /** * Remove admitted Tools whose declarative surface attempts to claim a reserved * host root (ADR-0159: the full host command surface, not just `audit`). The * host command remains canonical; unrelated Tools remain loaded. */ export declare function rejectHostCommandCollisions(registry: ToolRegistry): readonly string[]; //# sourceMappingURL=reject-host-command-collisions.d.ts.map