/** * Bootstrap tools — `scai_overview` is the first call an agent makes * from a cold start; `environment_status` is the live-pulse probe. * * Both are read-only and never gate on `allowWrite`. */ import type { McpRegistry } from "../registry.js"; export declare const registerBootstrapTools: (registry: McpRegistry) => void;