import type { Compiler } from 'webpack'; export default class TaroMiniHMRPlugin { apply(compiler: Compiler): void; }