import type { ContentProvider } from '../../content/content-provider.js'; import type { PluginInstance, PluginOptions } from '../types.js'; export declare function sidebarsPlugin({ contentDir }: PluginOptions): Promise; export declare function resolveSidebarId(relativePath: string, sidebarPath: string, contentProvider: ContentProvider): string | null; //# sourceMappingURL=index.d.ts.map