/** * Teams command for managing team selection in Bellwether Cloud. * * Allows users to list their teams and switch the active team for API requests. */ import { Command } from 'commander'; export declare const teamsCommand: Command; //# sourceMappingURL=teams.d.ts.map