/**
 * ano team commands
 *
 * Manage team configuration for collaborative reviews.
 *
 * Usage:
 *   ano team init [name]           Initialize team config
 *   ano team add <email> [options] Add a team member
 *   ano team remove <email>        Remove a team member
 *   ano team list                  List team members
 *   ano team roles                 List available roles
 */
import { Command } from 'commander';
export declare const teamCommand: Command;
