import type { FacetType } from '../../infra/config/paths.js'; export declare const VALID_FACET_TYPES: readonly string[]; export declare function parseFacetType(singular: string): FacetType | undefined; //# sourceMappingURL=facetTypes.d.ts.map