import { InjectionToken } from '@angular/core';
export declare const INITIAL_TOKEN_NAME: InjectionToken<unknown>;
