import { ContextExtension } from "../../data/ContextExtension"; import { Context } from "../../Context"; /** * Add this extension in order to add support for CommandMap which is receiving its trigger calls from EventDispatcher. * Upon some custom config this extension can be omitted and substituted to other or no implementation at all. */ export declare class CommandMapExtension implements ContextExtension { private context; private commandMapMapping; private commandMap; extend(context: Context): void; private mapCustomEventDispatcher; private sealCommandMap; private clearCommandMap; private removeInitListeners; private createModuleMappings; }