import { IContext, IExtension } from "@robotlegsjs/core";
/**
 * An Event Map keeps track of listeners and provides the ability
 * to unregister all listeners with a single method call.
 */
export declare class LocalEventEmitterMapExtension implements IExtension {
    /**
     * @inheritDoc
     */
    extend(context: IContext): void;
}
