import { Plugin } from 'vite'; import { CompilerContext } from '../context/index.ts'; export declare const handleDynamicAssets: (context: CompilerContext) => Plugin;