import { ArrayValue, BooleanValue, NumberValue, RecordValue, StringValue } from '@coveo/bueno'; export declare const facetId: StringValue; export declare const field: StringValue; export declare const basePath: ArrayValue; export declare const delimitingCharacter: StringValue; export declare const filterByBasePath: BooleanValue; export declare const filterFacetCount: BooleanValue; export declare const injectionDepth: NumberValue; export declare const numberOfValues: NumberValue; export declare const generateAutomaticRanges: never; export declare const facetSearch: RecordValue; export declare const allowedValues: RecordValue; export declare const hasBreadcrumbs: BooleanValue; export declare const customSort: ArrayValue;