import { IndexHtmlTransformContext, Plugin } from 'vite';
import { CompilerContext } from '../context/index.ts';
export declare const doLoadersApply: (context: CompilerContext, htmlContext?: IndexHtmlTransformContext) => boolean;
/**
* In serve mode, augment index.html by adding the necessary script tags for
* each web component dependency.
*
* In case of Storybook, we apply this plugin to iframe.html, not just in serve
* mode, but also in build mode.
*
*/
export declare const provideDependencySupport: (context: CompilerContext) => Plugin;
export declare const luminaTsUpdatedMessage: string;