export declare type ChatRoomPrivacy = 'PUBLIC' | 'PRIVATE'; export declare const chatRoomPrivacies: string[];