declare function fetchDeleteSuperGroup(superGroupIDList: number[]): Promise<any>;
export default fetchDeleteSuperGroup;
