import { Plugin } from 'vite'; /** * Ignores anything in the .nx folder from triggering HMR * * @returns */ export declare function nxFolderPlugin(): Plugin;