/** * Deploy — project sub-domain. * * - `deploy_project_inspect` (read) — list projects, or one project + * its environments + limitation. * - `deploy_project_manage` (write) — create / update / delete a * project via a discriminated `{ action }` input. */ import type { McpRegistry } from "../../registry.js"; export declare const registerDeployProjectTools: (registry: McpRegistry) => void;