/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupIsClosedEnumNames: { readonly OPEN: 0; readonly CLOSED: 1; readonly PRIVATE: 2; }; /** * Information whether community is closed * * @note This enum have auto-generated constant with keys and values * @see GroupsGroupIsClosedEnumNames * * `0` — open * `1` — closed * `2` — private */ export declare type GroupsGroupIsClosed = 0 | 1 | 2;