import type { PluginFn } from 'edge.js/types';
import type { Vite } from '../vite.js';
/**
 * The edge plugin for vite to share vite service with edge
 * and register custom tags
 */
export declare const edgePluginVite: (vite: Vite) => PluginFn<undefined>;
