import { InjectionToken } from '@angular/core'; /** * Injection token to provide the */ export declare const CONNECTED_PLAYER_CLOSE_REQUEST: InjectionToken<() => void>;