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