/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsGroupFullAgeLimitsEnumNames: { readonly NO: 1; readonly OVER_16: 2; readonly OVER_18: 3; }; /** * @note This enum have auto-generated constant with keys and values * @see GroupsGroupFullAgeLimitsEnumNames * * `1` — no * `2` — over 16 * `3` — over 18 */ export declare type GroupsGroupFullAgeLimits = 1 | 2 | 3;