import { CanActivate, ExecutionContext } from '@nestjs/common'; import { Reflector } from '@nestjs/core'; export declare class AuthServiceAuthGuard implements CanActivate { private reflector; constructor(reflector: Reflector); canActivate(context: ExecutionContext): Promise; private validateByRoles; } //# sourceMappingURL=auth-service-auth.guard.d.ts.map