/** * Prefix used for custom-field filter keys in the Manager filter-bar value map. * * Lives in its own dependency-free module so lightweight consumers (e.g. the * lazily-loaded AssetFiltersInput converter) can reference the constant without * pulling in the `useActiveAssetFilters` hook graph. */ export declare const CustomFieldPrefix = "cf__";