export declare enum EFMarkerType {
    START = "f-connection-marker-start",
    END = "f-connection-marker-end",
    SELECTED_START = "f-connection-selected-marker-start",
    SELECTED_END = "f-connection-selected-marker-end"
}
