import { CanActivateFn } from '@angular/router'; export declare const allowAnyGuard: (permissions: string[]) => CanActivateFn;