import type { ResolvedNavItem } from '@redocly/config'; /** * Injects catalog items into the sidebar items */ export declare function injectCatalogItems(sidebarItems: ResolvedNavItem[], entityId: string, catalogSlug: string | undefined, search: string): ResolvedNavItem[]; //# sourceMappingURL=inject-catalog-items.d.ts.map