/**
 * Main setup command that orchestrates the entire setup process
 */
export declare function setupCommand(entryNames?: string[], verbose?: boolean): Promise<void>;
