export interface IDiagramController {
    beginUpdateCanvas(): void;
    endUpdateCanvas(): void;
}
