import type { CategoryFacetValue } from './interfaces/response.js'; export declare function validateCategoryFacetValue(payload: CategoryFacetValue): void;