import { CommandManager } from './CommandManager';
export declare function isCommandManager(mgr: any): mgr is CommandManager;
