declare function _exports({ onGetWebpackConfig, log, context, getAllTask, modifyUserConfig }: {
    onGetWebpackConfig: any;
    log: any;
    context: any;
    getAllTask: any;
    modifyUserConfig: any;
}, pluginOptions?: {}): Promise<void>;
export = _exports;
