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