import { Api } from '../api'; import { HttpClient } from '@angular/common/http'; import { AuthService } from '../auth/auth.service'; export declare class GroupService extends Api { readonly http: HttpClient; readonly authService: AuthService; constructor(http: HttpClient, authService: AuthService); }