import { Plugin } from 'vite'; import { Config } from '../types/Config.js'; export declare function docVitePlugin(config: Config): Plugin;