/** * `environment_onboard` — stand up a new environment profile. * * Write-gated. Fills the gap where the MCP, bound to one already-healthy * environment at startup, had no surface to add another. Writes the * profile, runs the access preflight, and reports the steps that remain * — policy enrollment, and the human-only credential step. The MCP * wrapper over `runEnvironmentOnboard` (`@/setup/onboard`). */ import type { McpRegistry } from "../registry.js"; export declare const registerOnboardTools: (registry: McpRegistry) => void;