export { install }; declare function install(config: { module?: { rules?: T; }; plugins?: any; }, logSuccessPrefix?: string): void;