declare const _default: {
    commandStack: (string | typeof CommandStack)[];
};
export default _default;
import CommandStack from './CommandStack';
