export declare type TeamStatus = 'ACTIVE' | 'INACTIVE' | 'UNKNOWN';
