/** * `config` subcommand group leaf specs (`validate`, `schema`, `migrate`). */ import { type HostSpec } from './host-subcommand-shared.js'; import type { CliCommandsContext } from './shared.js'; export declare function buildConfigGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; //# sourceMappingURL=host-subcommand-config.d.ts.map