import { IPlugin } from '../../intf/IPlugin'; /** 提供mock能力插件 */ export declare const mock: () => IPlugin;