import type { Plugin } from "vite"; export default function vitePlugin(opts?: { legacySDKImports?: boolean; hmrNotifier?: boolean; navigationNotifier?: boolean; visualEditAgent?: boolean; analyticsTracker?: boolean; }): Plugin[]; //# sourceMappingURL=index.d.ts.map