import { CanActivateFn } from '@angular/router';
/**
 * Check if we can route to this route based on the provided permission
 *
 * @param  routeSnapshot - The provided route snapshot
 */
export declare const NgxIsAuthenticatedGuard: CanActivateFn;
