export declare enum BlossomPathDirection {
    CLOCK_WISE = "CLOCK_WISE",
    COUNTER_CLOCK_WISE = "COUNTER_CLOCK_WISE"
}
