declare function fetchAddUserIntoGroup(users: number[], groups: number[]): Promise<any>;
export default fetchAddUserIntoGroup;
