import { InjectionToken } from '@angular/core';
/**
 * The url of the server request when running SSR
 * */
export declare const SERVER_REQUEST_URL: InjectionToken<string>;
/**
 * The url of the server request host when running SSR
 * */
export declare const SERVER_REQUEST_ORIGIN: InjectionToken<string>;
