export declare function getCheckboxId(facetName: string, facetValue: string): string;
export declare function getFacetKeyFromCheckboxId(checkboxId: string): string;
export declare const RANGE_SEPARATOR = "__sf-range__";
export declare const DATE_AND_TIME = "DateAndTime";
export declare const computeFacetRangeValueForType: (fieldType: string, fromValue: string, toValue: string) => string;
export declare const computeFacetRangeLabelForType: (fieldType: string, fromValue: string, toValue: string) => string;
export declare const formatDateValue: (date: string) => string;
export declare const isEventCodeAllowed: (code: string) => boolean;
