export declare enum Boundary {
    '' = 0,
    DISTINCT = 1,
    GRADUAL = 2,
}
