import { CanActivate, ExecutionContext } from '@nestjs/common'; import { Reflector } from '@nestjs/core'; import { AclGuardService } from './services'; export declare class AclGuard implements CanActivate { private readonly aclGuardService; private readonly reflector; constructor(aclGuardService: AclGuardService, reflector: Reflector); canActivate(context: ExecutionContext): boolean; } //# sourceMappingURL=acl.guard.d.ts.map