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