import { ConstructorOptions } from 'eventemitter2';
export interface EventEmitterModuleOptions extends ConstructorOptions {
    global?: boolean;
}
