/** * `svelte-docsmith/content` — the generated sidebar content index. * * At build time the `docsmith()` Vite plugin (in `vite.config.ts`) intercepts * this import and replaces it with your doc pages' frontmatter. This file is * only the fallback that runs when the plugin is missing — see * {@link missingPluginError}. */ import type { DocsContentItem } from '../core/content.js'; import type { ResolvedVersion } from '../core/version.js'; export declare const docs: DocsContentItem[]; export declare const versions: ResolvedVersion[];