import type { Plugin } from 'vite'; import { IApi } from '../../../types'; export default function ViteHtmlPlugin(api: IApi): Plugin;