export declare type GroupPrivacy = 'PUBLIC' | 'PRIVATE'; export declare const groupPrivacies: string[];