import type { Plugin } from "vite";
export default function bundleNativeModulesPlugin(): Plugin;
export { bundleNativeModulesPlugin };