declare function fetchGetSuperGroup(superGroupID: number): Promise<any>;
export default fetchGetSuperGroup;
