import { type HostSpec } from '../host-subcommand-shared.js'; import type { CliCommandsContext } from '../shared.js'; export declare function buildSuiteGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; //# sourceMappingURL=suite-command-specs.d.ts.map