import { Plugin } from "vite"; import { Options } from "./plugin"; export default function (opts?: Partial): Plugin[];