export declare function watchFile(filePath: string): AsyncGenerator<{ filename: string; eventType: string; md5Hash: string; }, void, unknown>;