import { HttpContextToken } from "@angular/common/http"; /** * Retrieve (or lazily create) a shared HttpContextToken used to flag a request * as session activity. */ export declare function getSessionActivityContextToken(name: string): HttpContextToken;