export declare type FacetType = {
    enumeration?: string;
    range?: any;
};
