/** * CLI Team Commands * 팀 메모리 관리 (가입, 탈퇴, 목록, 상태, 동기화) */ import { Command } from 'commander'; export declare function teamCommand(): Command; //# sourceMappingURL=team.d.ts.map