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