import type { BuildConfig } from '../../types/build'; import type { HMRState } from './clientManager'; export declare const addFileWatchers: (state: HMRState, paths: string[], onFileChange: (filePath: string) => void) => void; export declare const startFileWatching: (state: HMRState, config: BuildConfig, onFileChange: (filePath: string) => void) => void;