export declare function watchForSingleFileChanges(watchDir: string, relativeFilePath: string, callback: () => void): Promise<() => Promise<void>>;
