import APIService from './api.js'; import { Response } from './base.js'; import CommonService from './common.js'; export default class GroupService extends CommonService { constructor(); delete(groupId: string): Response; protected getChildrenService(groupId: string): APIService; }