import { InjectionToken } from '@angular/core';
import { Scheduler } from 'rxjs';
export declare const SCHEDULER: InjectionToken<Scheduler>;
