/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupSuggestedPrivacyEnumNames: { readonly NONE: 0; readonly ALL: 1; readonly SUBSCRIBERS: 2; }; /** * @note This enum have auto-generated constant with keys and values * @see GroupsGroupSuggestedPrivacyEnumNames * * `0` — none * `1` — all * `2` — subscribers */ export declare type GroupsGroupSuggestedPrivacy = 0 | 1 | 2;