export declare enum BoundaryOrder {
    UNORDERED = 0,
    ASCENDING = 1,
    DESCENDING = 2
}
