import type { ProviderContext, ViewTransformPlugin } from '@lwrjs/types'; interface BasePluginOptions { immutableAssets?: boolean; } export default function baseViewTransformer(options: BasePluginOptions, lwrGlobalContext: ProviderContext): ViewTransformPlugin; export {}; //# sourceMappingURL=index.d.ts.map