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