import { FiltersConfig } from '../types.js'; export declare const buildFiltersOptions: (filtersConfig: FiltersConfig | undefined) => FiltersConfig;