export declare enum EdgeShape { OneWayArrow = 0, TwoWayArrow = 1, OneBackArrow = 2, WithoutArrow = 3 }