import type { PluginOption } from 'vite';
export declare function configHtmlPlugin({ isBuild }: {
    isBuild: boolean;
}): PluginOption[];
