export declare enum SitefinityFacetType {
    Value = "Value",
    Range = "Range",
    Interval = "Interval"
}
