import { type FacetValue } from '@farfetch/blackout-client'; import { schema } from 'normalizr'; import type { FacetGroupWithListingHash } from '../index.js'; export declare const getId: ({ value, valueUpperBound, groupsOn }: FacetValue, { key, type: parentType, hash }: FacetGroupWithListingHash) => string; declare const _default: schema.Entity; export default _default;