Related to #153
This commit puts all import related stuff into the import module. The core module remains as an entry point to require the basic modules needed by bpmn-js. At the time this is { import, draw }.
On removeShape/removeConnection the BPMN model is updated accordingly. related to #106