import { TEventTargetConstructor } from './event-target-constructor'; import { TWrapEventListenerFunction } from './wrap-event-listener-function'; export type TEventTargetConstructorFactory = (wrapEventListener: TWrapEventListenerFunction) => TEventTargetConstructor; //# sourceMappingURL=event-target-constructor-factory.d.ts.map