import { Plugin } from 'vite'; import { CompilerContext } from '../context/index.ts'; /** * Handle emit and serve for dynamically generated assets. * These assets are added by Lumina's plugins, as well as can be added by the * Lumina component package via the `assets.extra` option. */ export declare const handleDynamicAssets: (context: CompilerContext) => Plugin;