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