import { Configurations } from '../../configuration'; import { HttpClient } from '@angular/common/http'; import { AuthorizerService } from '@vcomply/authorizer'; import { CommonService } from './common.service'; import * as i0 from "@angular/core"; export declare class PermissionManagerService { private http; private authorizer; private commonService; appTourList: any[]; loader: boolean; private env; constructor(http: HttpClient, authorizer: AuthorizerService, commonService: CommonService, config?: Configurations); getPermission(feature?: any): void; private getSubscriptionDetails; private getUserDetails; checkPermission(permissionResponse: any[]): string[]; private getRoleActions; private getCompliancePermission; private getOrgPermission; private getPolicyPermission; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }