import { InjectionToken } from '@angular/core';
export declare const WA_NAVIGATOR: InjectionToken<Navigator>;
/**
 * @deprecated: drop in v5.0, use {@link WA_NAVIGATOR}
 */
export declare const NAVIGATOR: InjectionToken<Navigator>;
