import type { EventManager } from '@angular/platform-browser';
type EventManagerArg = ConstructorParameters<typeof EventManager>[0][0];
export type EventManagerPlugin = Pick<EventManagerArg, keyof EventManagerArg>;
export {};
