import type { ChangeData } from '../AssetWatcher.js'; export declare function removeFileFromChanges(changes: ChangeData[], filePath: string): void;