/** * tools — the customer-facing whole-tool management group (ADR-0041). * * Leaf {@link CommandSpec} builders for the `tools` subcommand group, mounted * by `host-subcommand-groups.ts` exactly as the `sessions`/`plugin` groups * are. Subcommands ONLY — no flag aliases, no `tool` singular (the parity * snapshot pins this). Later phases append leaves here * (validate/install/uninstall/data purge). */ import { type HostRuntimeCommandSpec } from '../host-runtime-access.js'; import type { CliCommandsContext } from '../shared.js'; type HostSpec = HostRuntimeCommandSpec; /** Build the `tools` group's leaf specs (consumed by the group mounter). */ export declare function buildToolsGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; export {}; //# sourceMappingURL=index.d.ts.map