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