export declare class PermissionCheckerService { isGranted(permissionName: string): boolean; }