export declare type TeamAccessType = 'NONE' | 'READ_ONLY' | 'READ_WRITE';
