declare function fetchDeleteUserGroup(groupIDList: number[]): Promise<any>;
export default fetchDeleteUserGroup;
