import { Command } from 'commander';
import type { Services } from '../../common/types.js';
export declare function createSetupCommand(services: Services): Command;
