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