import { IndexHtmlTransformContext, IndexHtmlTransformResult, HmrContext } from 'vite';
declare const _default: (options?: {
inject?: object;
}) => {
name: string;
enforce: string;
handleHotUpdate: typeof handleHotUpdate;
transformIndexHtml: {
enforce: string;
transform: (html: string, context: IndexHtmlTransformContext) => void | IndexHtmlTransformResult | Promise;
};
};
declare function handleHotUpdate(context: HmrContext): void | [];
export { _default as default };