import type { ViteDevServer, PluginOption } from 'vite';
import type { PathsOptions } from '../collect.js';
export declare const applyViteDevServerMiddleware: (server: ViteDevServer) => Promise<void>;
export declare function viteOgImagesGenerator(options?: PathsOptions): PluginOption;
//# sourceMappingURL=vite-plugin.d.ts.map