import type { AppPlugin } from '../Plugin'; declare module '../Def' { interface AppPluginOptions { maxLoadRetryTimes?: number; } } export declare function createRetryLoadingSourceCodePlugin(): AppPlugin;