/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupWallEnumNames: { readonly DISABLED: 0; readonly OPEN: 1; readonly LIMITED: 2; readonly CLOSED: 3; }; /** * @note This enum have auto-generated constant with keys and values * @see GroupsGroupWallEnumNames * * `0` — disabled * `1` — open * `2` — limited * `3` — closed */ export declare type GroupsGroupWall = 0 | 1 | 2 | 3;