import type { ResolvedNavItem } from '@redocly/config'; import type { FilteredCatalog } from '@redocly/theme/core/types'; import type { CatalogConfig } from '@redocly/theme/config'; export declare function useCatalogClassic(config: CatalogConfig, items?: ResolvedNavItem[]): FilteredCatalog; export declare function fillSearchParams(filterProperty: string, filterValues: Set, searchParams: URLSearchParams): void; export declare function getFilterValues(filterValues: any): Set; //# sourceMappingURL=useCatalogClassic.d.ts.map