export default class CommandInitializer {
    static $inject: string[];
    constructor(eventBus: any, commandStack: any);
}
