import { AuthService } from './auth.service'; export declare class AuthzService { private authService; constructor(authService: AuthService); canAccess(moduleOrAction: any): boolean; }