import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class PermissionService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); /** It returns the list of permissions */ getAll(): Observable; /** It returns the list of type permissions */ getAllTypePermission(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }