import { Plugin } from 'rollup'; export declare function createVirtualEntryPlugin(entryId: string, code: string): Plugin;