import type { AppPlugin } from '../Plugin'; declare module '../Def' { interface AppPluginOptions { safe?: boolean; } } export declare function createSafeModePlugin(): AppPlugin;