import { IPlugin } from '../../intf/IPlugin'; /** 启用本地动态代理 */ export declare const dynamicProxy: (proxyPath?: string | undefined) => IPlugin;