import type { PluginOption } from 'vite'; import type { VptOptions } from '../options.ts'; /** Creates the Vite plugins for one Taro target. */ export default function vpt(options: VptOptions): PluginOption[];