import { AuthorizationService } from '@narik/infrastructure'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NarikResourceBasedAuthorizationService extends AuthorizationService { /** * */ constructor(); hasAccess(itemKey: any): Observable; protected extractItemKey(itemKey: any): { key: string; action?: string; }[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }