import type { Plugin } from 'vite'; import type { VptTarget } from '../../../../options.ts'; /** Preserves watched directories and forces full reloads for Mini Program watch output without changing serve HMR. */ export declare function createMiniWatchPlugin(target: VptTarget): Plugin;