import type { AppPlugin } from '../Plugin'; declare module '../Def' { interface AppPluginOptions { entry?: string | AppEntry; preferCORS?: PreferCORS; ignoreAsset?: IgnoreAsset; } } export declare function createLoadFromEntryPlugin(): AppPlugin;