/** * Deploy — organization sub-domain. * * One read tool: a one-shot snapshot of the owning org (profile + * health probe + active license) before drilling into projects. */ import type { McpRegistry } from "../../registry.js"; export declare const registerDeployOrganizationTools: (registry: McpRegistry) => void;