import type { RemixVitePlugin } from "./plugin"; export type { BuildManifest, Preset, VitePluginConfig, ServerBundlesFunction, } from "./plugin"; export declare const vitePlugin: RemixVitePlugin; export { cloudflareDevProxyVitePlugin } from "./cloudflare-proxy-plugin";