import type { LifecyclePluginInstance, PluginOptions } from '../../types'; import type { ResolvedNavItem } from '@redocly/config'; import type { ContentFs } from '../../fs/content-fs.js'; export declare function sidebarsPlugin({ contentDir, }: PluginOptions): Promise; export declare function stripMarkdocFromDescriptions(items: ResolvedNavItem[]): void; export declare function resolveSidebarId(relativePath: string, sidebarPath: string, fs: ContentFs): Promise; //# sourceMappingURL=index.d.ts.map