import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot, UrlTree } from "@angular/router"; import { Observable } from "rxjs"; import { MessageService, UserService } from "smartstock-core"; import * as i0 from "@angular/core"; export declare class ManyShopsGuard implements CanActivate { private readonly userService; private readonly message; private readonly router; constructor(userService: UserService, message: MessageService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean | UrlTree; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }