declare function fetchGetUserGroup(groupID: number[]): Promise<any>;
export default fetchGetUserGroup;
